Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "tied is now: ", %tied, "\n";
    print "nottied is now: ", %nottied, "\n";
    
  2. or download this
    tied is now: cxax
    nottied is now: cxax