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

Re: Arbritrarily requireing classes.

by broquaint (Abbot)
on Aug 04, 2004 at 03:34 UTC ( [id://379892]=note: print w/replies, xml ) Need Help??


in reply to Arbritrarily requireing classes.

use Module::Locate 'locate'; ## later ... my $className = 'A::N::Other::'.ucfirst($typeTableName); my $fooOb = eval { require( locate $className ); $className->doSomeBar($id); };
See. Module::Locate for more info.
HTH

_________
broquaint

Log In?
Username:
Password:

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

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

    No recent polls found