Help for this page

Select Code to Download


  1. or download this
  2. or download this
    _END__
    Output:
    Before  test    test ...
    After   test changed ...
    
  3. or download this
  4. or download this
    #!/usr/bin/env perl 
    package MagicHash;
    ...
        $hash{'t'} = \'one more';
        print "Tied After3: \$test = $test\n", Dumper \%hash;
    }