Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    package Object;
    ...
    untie $o;
    eval { print $o->foo() };
    print "NoFoo\n" if $@;