Help for this page

Select Code to Download


  1. or download this
    ${%$Hash_reference}
    
  2. or download this
    ${\%$Hash_reference}
    
  3. or download this
    ${ ... expression that returns a hash reference ... }{ ... }
    
  4. or download this
    ${ %$Hash_reference }{ ... }
    
  5. or download this
    ${$Hash_reference}{$values[0]} = \@values;
    
  6. or download this
    $Hash_reference->{$values[0]} = \@values;