Coding Machines

September 4, 2010 6:47 am | Programming | No comments

Perl pattern matching between files on two different machines?

Hello…
I have a code which sends another code from one machine(linux) to another(windows)
and the sent file have to watch a log file for specific signatures which are written in rules.txt
rules.txt in on linux machine
and the log file is on windows machine
how to make the sent agent get [...]