Help for this page

Select Code to Download


  1. or download this
    #!/user/bin/env perl
    
    ...
    my $hash_ref = to_hash({},@array); 
    
    print Dumper($hash_ref);
    
  2. or download this
    $VAR1 = {
              'a' => {
    ...
                              }
                     }
            };