in reply to Re: Inheritence of a Constructor that uses a file-scoped lexical?
in thread Inheritence of a Constructor that uses a file-scoped lexical?

Make that:

our @ISA = qw(Some::Package);

...and it might work the way you expect it to. Perl is case-sensitive. :)

  • Comment on Re: Re: Inheritence of a Constructor that uses a file-scoped lexical?
  • Download Code

Replies are listed 'Best First'.
Re: Re: Re: Inheritence of a Constructor that uses a file-scoped lexical?
by Orsmo (Beadle) on Oct 29, 2002 at 14:02 UTC
    ...must learn to check for typos before pressing submit... In the actual code, @ISA is correctly capitalized. Maybe next time, I'll just cut and paste the actual code and let the distracting extra cruft be damned.