Help for this page

Select Code to Download


  1. or download this
    use autobox::universal qw(type);
    use Data::Dumper;
    ...
        }
    }
    warn Data::Dumper->Dump([\%hash],[qw(*hash)]),' ';
    
  2. or download this
    %hash = (
              '1' => [
    ...
                       4
                     ]
            );