Help for this page

Select Code to Download


  1. or download this
    my %form;
    
    ...
            print $hoh_keys, $/;    ## get the keys
        }
    }
    
  2. or download this
    use Data::Dumper;
    ...
    print Dumper \%form;
    
  3. or download this
    $VAR1 = {
              'another_hash' => {
    ...
                                  'key 1' => 'value 1'
                                }
            };