Help for this page
use strict; use warnings; ... print "tied is now: ", %tied, "\n"; print "nottied is now: ", %nottied, "\n";
tied is now: cxax nottied is now: cxax