Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    print "$headname @unique\n";
    print "$line @{ $counts{$_} }{@unique}\n" for sort keys %counts;
    
  2. or download this
    ./parse-counts.pl junk.txt
    Missing right curly or square bracket at ./parse-counts.pl line 36, at
    + end of line
    syntax error at ./parse-counts.pl line 36, at EOF
    Execution of ./parse-counts.pl aborted due to compilation errors.