Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Inheritence of a Constructor that uses a file-scoped lexical?

by converter (Priest)
on Oct 29, 2002 at 13:56 UTC ( [id://208741]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://208741]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found