Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    %load_number_hash = ();
    print Dumper \%load_number_hash;
    
  2. or download this
    $VAR1 = {
              '0' => 0,
    ...
              '9' => 9
            };
    $VAR1 = {};