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

Re: Dependency Inference

by derby (Abbot)
on Jul 12, 2005 at 16:08 UTC ( [id://474306]=note: print w/replies, xml ) Need Help??


in reply to Dependency Inference

Perl really doesn't declare inheritance (in the classical sense). The @ISA array tells perl what other symbol tables to look at when the called method isn't in the current package.

For your purposes, you could use a plain old hash with lots of references and magic strings or you could use one of the numerous Tree packages.

-derby

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 04:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found