Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $count=0;
    ...
    print "$line\n"; $count ++;
          }
    print "$count\n";
    
  2. or download this