May 10, 2004 #1 bcheong IS-IT--Management Joined Jan 9, 2001 Messages 8 Location JP Hi there, Can anyone recommend a good way to have a perl program that constantly monitors for the creation of new files on UNIX and launches another process? Thanks! Cheers, Ben
Hi there, Can anyone recommend a good way to have a perl program that constantly monitors for the creation of new files on UNIX and launches another process? Thanks! Cheers, Ben
May 10, 2004 #2 PaulTEG Technical User Joined Sep 26, 2002 Messages 4,469 Location IE Ben look up Code: file test operators readdir stat File::Find HTH --Paul Upvote 0 Downvote