Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $tag (sort keys %count) {
        print "$tag:\t$count{$tag}\n";
    }
    
  2. or download this
    $VAR1 = {
              'CC' => 0,
    ...
    NNP:   3
    RB:    2
    VBZ:   1