Re: unlink in ActiveState Perl 5.6.0

2002-11-18 Thread Anshul Chhabra
&addFooterToBody($tempFile, "$templateDir/Footer.txt", "$outputDir/$justFileName" ) ; unlink($tempFile0) ; #if ( -e $tempFile0) { # die "$tempFile0 still exists!!!" ; #} #die "postProcesstemp.tmp0 was deleted" ; } -Original Mes

unlink in ActiveState Perl 5.6.0

2002-11-18 Thread Anshul Chhabra
Hi all Has anybody used unlink in ActiveState Perl 5.6.0 (on Windows)? It does not seem to be working for me. thanks in advance Anshul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to control @INC AND keep -T option

2002-08-13 Thread Anshul Chhabra
Hi IF I attempt to pass the include files through PERL5LIB or PERLLIB, and if perl is started with the -T option on, then it ignores the libraries specified through the PERL5LIB / PERLLIB. What is a good way of including files while starting perl other than PERL5LIB and PERLLIB.