Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    %foo = %{pop @stack};
    print "restored original \%foo\n";
    Dump (\%foo);
    
  2. or download this
    Using %newFoo
    $HASH1 = {
    ...
               a => 'b',
               c => 'd'
             };