in reply to Re: Inheritance and Container Classes and use/require
in thread Inheritance and Container Classes and use/require

That's not a conditional "use". Those "use" are all executed at compile time, and you've ended up with an if/elsif ladder that does nothing at runtime!

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re: Inheritance and Container Classes and use/require