Help for this page
# odd way to count lines of a file :-) use strict; ... print "line: " . $fh->input_line_number(); __END__