Help for this page

Select Code to Download


  1. or download this
    $hash->{thing};
    
  2. or download this
    $$hash{thing};
    
  3. or download this
    %{$hash};
    
  4. or download this
    %$hash