Help for this page

Select Code to Download


  1. or download this
        next if ( $c++ == 0 ); # skip the file header
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
    
      close $file or die "Can't close $filename: $!\n";
    }