Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $aoh_ref = shift;
        print Dumper( $aoh_ref);
    }
    
  2. or download this
    $VAR1 = [
              {
    ...
                'h2key1' => 'h2val1'
              }
            ];