Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: feedback on successful module loading

by Marcello (Hermit)
on Oct 07, 2004 at 15:29 UTC ( [id://397334]=note: print w/replies, xml ) Need Help??


in reply to feedback on successful module loading

I always use:

my $result = eval "use ModuleName; 1"; if (!$result) { ... }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (9)
As of 2024-04-24 07:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found