biswanath_c has asked for the wisdom of the Perl Monks concerning the following question:
unless (-d $strPath ) { print LOG "Folder $strPath does not exist! \n"; die; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Different behaviour when a PERL script is run from within a scheduled task!
by Corion (Patriarch) on Mar 26, 2009 at 21:55 UTC | |
|
Re: Different behaviour when a PERL script is run from within a scheduled task!
by targetsmart (Curate) on Mar 27, 2009 at 07:42 UTC | |
|
Re: Different behaviour when a PERL script is run from within a scheduled task!
by mikelieman (Friar) on Mar 27, 2009 at 18:52 UTC |