correction > while ( my $line = $INPUTFILE ) { should be: while ( my $line = <$INPUTFILE> ) {
-- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/
correction > while ( my $line = $INPUTFILE ) { should be: while ( my $line = <$INPUTFILE> ) {
-- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/