Help for this page

Select Code to Download


  1. or download this
    print Dumper %hash;
    
  2. or download this
    print Dumper \%hash;
    #            ^
    
  3. or download this
    my %copied_hash = %{ eval $string };