Help for this page

Select Code to Download


  1. or download this
    package A;
    sub foo { print "A::foo called\n" }
    ...
    Use of inherited AUTOLOAD for non-method B::foo() is deprecated at /tm
    +p/p line 11.
    A::AUTOLOAD called,  $AUTOLOAD=B::foo
    $