RE: How would I go about watching a directory?

2002-07-03 Thread Jenda Krynicky
From: Rupert Heesom [EMAIL PROTECTED] Thanks for the response, guys. I'm pleased that I don't have to write such a thing from scratch, Especially as I'm fairly new to Perl! Well, when I've been manually testing the file processing, it hasn't taken much time (20-30secs). And I'm not

RE: How would I go about watching a directory?

2002-07-03 Thread Rupert Heesom
- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 15:36 To: [EMAIL PROTECTED] Subject: Re: How would I go about watching a directory? From: Felix Geerinckx [EMAIL PROTECTED] on Tue, 02 Jul 2002 13:57:59 GMT, Rupert Heesom wrote: I want to set up a perl script

Re: How would I go about watching a directory?

2002-07-02 Thread Felix Geerinckx
on Tue, 02 Jul 2002 13:57:59 GMT, Rupert Heesom wrote: I want to set up a perl script under W2K to watch a set of directories for new files. See Win32::ChangeNotify Another secondary question would be How do I daemonise a script? under W2K? See

Re: How would I go about watching a directory?

2002-07-02 Thread Jenda Krynicky
From: Felix Geerinckx [EMAIL PROTECTED] on Tue, 02 Jul 2002 13:57:59 GMT, Rupert Heesom wrote: I want to set up a perl script under W2K to watch a set of directories for new files. See Win32::ChangeNotify + use Win32::IPC qw(wait_any); Another secondary