Help for this page

Select Code to Download


  1. or download this
    %hash = (
            'key1' => {
    ...
                            
                      }
            );
    
  2. or download this
    1. %copy = %hash{'key1'}{1}
    2. %copy = %{$hash{'key1'}{1}}