Help for this page

Select Code to Download


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