Help for this page

Select Code to Download


  1. or download this
    my $r1 = [ { foo => 'baz', bar => 'qux' } ];
    
  2. or download this
    my %h = ( foo => 'baz', bar => 'qux' ); 
    my $r2 = [ \%h ];