Help for this page

Select Code to Download


  1. or download this
    my %newhash = %hashcopy;
    
  2. or download this
    use Storable qw(dclone);
    
    my %newhash = %{dclone(%hashcopy)};