Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $data_file = $ARGV[0]; #input file
    ...
    
    print "line count: $count\n";
    print ("\n\nCompleted.\n\n");