Deborah Strickland wrote:
>
> Hi all, I've had this question for quite a while and can't find any
> reference to it in any of my many Perl books. I want to use the 'strict'
> command but whenever I do it always causes an error on any file handles
> I have used.
What errors are you getting?
> I
ot;);
while () {
print;
}
close FILE;
---snip---
Ron
>From: Deborah Strickland <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Filehandle error using Strict
>Date: Tue, 04 Sep 2001 10:17:04 -0700
>
>Hi all, I've had this
Hi all, I've had this question for quite a while and can't find any
reference to it in any of my many Perl books. I want to use the 'strict'
command but whenever I do it always causes an error on any file handles
I have used. I always declare everything but have never seen a
filehandle declared be