http://qs1969.pair.com?node_id=11150037


in reply to Re: Parsing error
in thread Parsing error

Also, don't use a BAREWORD filehandle, add $ to make it a variable and declare it with "my":
open my $FH, "<", $input or die "Can't open $input: $!";