Help for this page

Select Code to Download


  1. or download this
    my %hash1 = %{$href};
    my %hash2 = %$href;
    
    my %subhash = %{$href->{subhash}};
    
  2. or download this
    use experimental qw /refaliasing/;
    \my %hash = $href;