Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Dumper \%count;
    
  2. or download this
    Global symbol "%count" requires explicit package name at test.pl line 
    +11.
    Global symbol "%count" requires explicit package name at test.pl line 
    +14.
    Execution of test.pl aborted due to compilation errors.