On Thu, 6 Sep 2001, Marcelo Aimeta wrote:
> I'm working my way through sams "Teach yourself perl in 21 days" and I'm stuck.
>
> This is the code that I'm having trouble with:
>
> #!/perl/bin/
>
> $wordcount = 0;
> $line = ;
> while ($line ne "")
> {
> chop ($line);
> @array = sp
Try CTRL-Z
-Original Message-
From: Marcelo Aimeta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 2:51 PM
To: [EMAIL PROTECTED]
Subject: end of file
Hi!
I'm working my way through sams "Teach yourself perl in 21 days" and I'm
stuck.
This is the code that I'm having trou