Help for this page

Select Code to Download


  1. or download this
    @{$new_hash{$some_key1}} = @some_array1; # extra {} are for clarity
    
  2. or download this
      my @value_array = @{$new_hash{$_}};