Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: "use" dynamic module

by ysth (Canon)
on Dec 06, 2005 at 21:04 UTC ( [id://514638]=note: print w/replies, xml ) Need Help??


in reply to Re: "use" dynamic module
in thread "use" dynamic module

$mod->import if $mod->can('import');
No can() check needed; if there's no import, $mod->import() is silently a noop (even if there is an AUTOLOAD!).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 02:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found