"...unlink(FILEHANDLE);# Bareword FILEHANDLE" not allowed
#while "strict subs" in use."

Hi Macis,

I have a very similar problem that cropped up when I started using strict on a file 
that had formerly worked.  I'm headed for the day job now, but when I get home I will 
try something like:

my $FileHandle = FILEHANDLE;
"...unlink($FileHandle);

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to