in reply to Re^2: Need a quick file check/checkout script if anyone has a moment. :)
in thread Need a quick file check/checkout script if anyone has a moment. :)
si_lenceuse strict; use warnings; use perl::net::Utils; my $path ='\perl\net\Utils.pm'; if (-e $path) { print "$path exists\n"; } #more code here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need a quick file check/checkout script if anyone has a moment. :)
by Seventh (Beadle) on Sep 30, 2004 at 16:07 UTC |