in reply to Re: •Re: Creating stub methods
in thread Creating stub methods

Yes, but there's also some function related to AUTOLOAD that it solves, but I'm not finding it while staring at the manpage at the moment.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: •Re: Creating stub methods

Replies are listed 'Best First'.
Re: •Re: Re: •Re: Creating stub methods
by Anonymous Monk on Dec 29, 2003 at 19:03 UTC

    It solves the problem of method look-up by-passing your module and continuing up the inheritance tree.