Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
  2. or download this
    $ perl -MO=Deparse test.pl
    Global symbol "%count" requires explicit package name at test.pl line 
    +11.
    ...
        'count'->{$fields[1]}++;
    }
    print Dumper(\(%{'count'}));