Help for this page

Select Code to Download


  1. or download this
    my %hash = ( 'foo' => [1,2,3], 'bar' =>[3,4,5]);
    
  2. or download this
    my $wanted = {'foo' => [1,2,3]};