Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Testing package membership

by FreakyGreenLeaky (Sexton)
on Nov 21, 2008 at 09:10 UTC ( [id://725076]=note: print w/replies, xml ) Need Help??


in reply to Re: Testing package membership
in thread Testing package membership

Got it! Using ->can() wrapped in eval{} does the trick nicely:
package Util::Stuff::abc; sub attrib1 { 1 } sub attrib2 { 10 } ... eval { if ($symref->can('attrib1')) { ... $symref->attrib1 is OK ... }};
Thanks to GrandFather and moritz.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-23 16:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found