Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

RE: Module Usage

by Anonymous Monk
on Oct 15, 2000 at 11:17 UTC ( [id://36797]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $i_need_a_dynamically_loaded_module )
    {
        eval "require Module";
        $@ && warn $@;
    }
    
  2. or download this
    my $loaded_mod;
    foreach my $mod ( qw( Module1 Module2 Module3 ) )
    ...
    $loaded_mod or die "Couldn't load anything useful...";
    
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found