Help for this page

Select Code to Download


  1. or download this
    my %newhash = %{ dclone \%hash };
    
  2. or download this
    foreach (values %hash) {
       my %newcookie = %{ dclone $_ };
       # more code here
    }