Help for this page

Select Code to Download


  1. or download this
    ${$hash_ref}{key} = ${$array_ref}[1];
    
  2. or download this
        @$hash_ref{$key1, $key2, $key3};
    
  3. or download this
        $$hash_ref{$key1};
    
  4. or download this
        @hash_ref->{$key1, $key2, $key3};
    
  5. or download this
        $hash_ref->{$key1, $key2, $key3};
    
  6. or download this
        &{do {... sub {...}}};