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. :)
|
|---|
| 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 |