Help for this page

Select Code to Download


  1. or download this
    # don't turn strict 'refs' back on
    return $self ->$AUTOLOAD(@_);
    
  2. or download this
    unshift @_, $self;
    goto &$AUTOLOAD;