PERLAPP

2001-05-10 Thread daryll . elston
I have a script compiled under PerlApp that works perfectly well on Win2K but not under NT4, the error message I get is: "Can't locate file/Basename.pm in @INC <@INC Contains: C:\Temp\druserbak\{----}\ .> at File/copy.pm line 36" I am including the following modul

-e file test

2000-10-02 Thread daryll . elston
I am using the following code to check for existence of a directory, if it exists I am logging the fact, if not I want to create the directory and then log it. if (-e $dirname) { printf DATAPLACE "$dirname already exists \n"; } else { `M

Re: -e file test

2000-10-02 Thread daryll . elston
:20 | || | |+--> >| || | To: Daryll Elston/ITS/Lazard@LAZARD LONDON, | | [EMAIL PROTECTED]| |

Wildcards

2000-10-08 Thread daryll . elston
I have tried various ways to copy all files *.id but no sucess, I have used code from the Perl Cookbook, FAQ's and previous postings, but all failed. Below is the current lines of code, please could somebody help to point out why. Attempt 1 find( \&wanted, $src3); sub wanted {

AdminMisc

2000-11-22 Thread daryll . elston
Has anybody experienced problems with the ExitWindows($Flag) function? Environment: Compaq ENSS 866 (Shuts down, logs off and restarts fine as manually) NT 4 SP 6a Perl V5.6.0 Build 620 What happens? ExitWindows(EWX_LOGOFF) -Does nothing ExitWindows(EWX_POWEROFF) -Re