Help for this page

Select Code to Download


  1. or download this
     
    $k3 = %{$hashr->{ $k1 }->{ $k2 }};
    
  2. or download this
    $k=%hash
    
  3. or download this
     
    $k3 = $hashr->{ $k1 }->{ $k2 };
    
  4. or download this
     
    %h3 = %{$hashr->{ $k1 }->{ $k2 }};