Help for this page

Select Code to Download


  1. or download this
    package One;
    
    sub AUTOLOAD {
    ...
    Two->try2();
    $a = bless {}, Two;
    $a->try3();
    
  2. or download this
    called try1 inside One
    called try2 inside One
    called try3 inside One
    called DESTROY inside One