Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: dynamic loading of modules

by strat (Canon)
on Aug 28, 2006 at 08:23 UTC ( [id://569946]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package SearchMachine;
    use warnings;
    ...
      my $mod1 = "/path/MySearch.pm";
      require $mod1;
    }
    
  2. or download this
    package SearchMachine;
    use warnings;
    use strict;
    my $mod1 = "/path/MySearch.pm";
    require $mod1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 11:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found