in reply to Re: Am I asking for trouble with my own AUTOLOAD sub?
in thread Am I asking for trouble with my own AUTOLOAD sub?

Rather, it's just a backstop that make indirect subroutine calls. Is this what you intended?

Yes, I originally wrote the AUTOLOAD for Address.pm and thought, "Hey, I could stick this in a base class and use it to supply automatic methods for other classes as well." Extending Laziness with OO.




HTH,
Charles K. Clarkson

  • Comment on Re: Re: Am I asking for trouble with my own AUTOLOAD sub?