"John W. Krahn" schreef:

> while ( my $str = <HTMLFILE> )
> {
>           chomp;

            chomp $str;

> Although you don't need the chomp() because you are not modifying the
> end of the line.

Right. :)

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to