in reply to Re: AUTOLOAD not following @ISA as expected
in thread AUTOLOAD not following @ISA as expected [solved]

I've been getting into a habit of writing valid prototypes for my functions, for documentation more than anything. They're pointless here, so I took them out...

Thanks for the pointer, though, I'll look into using Params::Validate in the future.

  • Comment on Re^2: AUTOLOAD not following @ISA as expected

Replies are listed 'Best First'.
Re^3: AUTOLOAD not following @ISA as expected
by diotalevi (Canon) on Aug 03, 2005 at 03:27 UTC
    That's just the thing, it adds bugs that wouldn't otherwise exist. If you need documentation, do it some other way.