Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: loading modules at runtime

by phaylon (Curate)
on Oct 16, 2006 at 13:05 UTC ( [id://578496]=note: print w/replies, xml ) Need Help??


in reply to Re: loading modules at runtime
in thread loading modules at runtime

Nowadays I like to use Class-Inspector:
use Class::Inspector;

my $module = 'Foo::Bar';
require Class::Inspector->filename($module);

Ordinary morality is for ordinary people. -- Aleister Crowley

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found