Help for this page

Select Code to Download


  1. or download this
       sub myhandler : ATTR(CODE) {
          my($pkg, $symbol, $referent....) = @_;
    ...
              goto &$referent;
           }
       }