&addFooterToBody($tempFile, "$templateDir/Footer.txt",
"$outputDir/$justFileName" ) ;
unlink($tempFile0) ;
#if ( -e $tempFile0) {
# die "$tempFile0 still exists!!!" ;
#}
#die "postProcesstemp.tmp0 was deleted" ;
}
-Original Mes
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]
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.