Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: 'base' versus @ISA, why?

by Your Mother (Archbishop)
on Jul 21, 2007 at 17:49 UTC ( [id://628011]=note: print w/replies, xml ) Need Help??


in reply to 'base' versus @ISA, why?

As I understand it, they aren't quite equivalent. From the docs: Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Roughly similar in effect to

package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-19 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found