Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: What package is the method in?

by Anonymous Monk
on May 17, 2010 at 16:02 UTC ( [id://840390]=note: print w/replies, xml ) Need Help??


in reply to What package is the method in?

from reading the code you can determine which package the method is used from :- perl looks in the list of classes (packages) in the @ISA array (in the order used in the @ISA array)and uses the first one it finds. Subpackages of the 1st entry are checked before the 2nd package.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found