in reply to Re: •Re: Avoiding the Use of @ISA = qw(Foo::Bar);
in thread Avoiding the Use of @ISA = qw(Foo::Bar);

Yes, but who else would set it, other than your definition of your module? You need to have one place in your program with a clear declaration of the inheritance of that class.

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

  • Comment on •Re: Re: •Re: Avoiding the Use of @ISA = qw(Foo::Bar);