Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print Dumper(\%hash);
    print Dumper(\%hash2);
    
  2. or download this
    printing counter1
    0
    ...
            };
    $VAR1 = {};  #How can I get MCE to make %hash2 available to Dumper()?