in reply to File::Monitor problem with batch files

Have you looked at File::Rsync? It does not require iterative logic to process individual files, and will work either intra- or inter-machine.

fnord

  • Comment on Re: File::Monitor problem with batch files

Replies are listed 'Best First'.
Re^2: File::Monitor problem with batch files
by xbmy (Friar) on Nov 18, 2010 at 19:42 UTC

    You know, I am a newbie for perl programming and really did not look the file::rsync module, maybe i should learn it later.

    I have solved the problem by file::monitor::delta as directed by tokpela (Friar) and Khen1950fx (Prior), thanks to all you guys' help!