Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Require - Module inclusion

by valdez (Monsignor)
on Mar 18, 2007 at 09:54 UTC ( [id://605341]=note: print w/replies, xml ) Need Help??


in reply to Require - Module inclusion

I would use UNIVERSAL::require:

use UNIVERSAL::require; my $class = 'XX::XDC::raja'; require $class or die "can't require '$class': $@"; $class->new;

Ciao, Valerio

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found