RE: Opening Directory without knowing name

2001-01-02 Thread Ed Moon
Checkout File::Find -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of byron wise Sent: Tuesday, January 02, 2001 2:27 PM To: [EMAIL PROTECTED] Subject: Opening Directory without knowing name I have a script that creates directories on the fly if they don'

RE: 30 days before

2000-10-05 Thread Ed Moon
$now = time; # get current time in seconds since epoch $then = $now - (30*24*60*60); # subtract 30 days worth of seconds ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($then); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Reule

RE: Win32::ChangeNotify::wait_any?

2000-09-30 Thread Ed Moon
ile on server has changed in $names[$i]\n"; $obj->Send(\%message); undef $obj; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ed Moon Sent: Friday, September 29, 2000 7:10 PM To: '[EMAIL PROTECTED]' Subject: Win32::ChangeNotify::wa

Win32::ChangeNotify::wait_any?

2000-09-29 Thread Ed Moon
I'm having problems with the following script run as 'notify.pl k:' I want to monitor a mounted share and all sub directories for any file changes. If I monitor just the root directory (with '$notify->wait or warn "Something failed: $!\n";) it works. But I want more granular notification and use