Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: require mystery

by Corion (Patriarch)
on Sep 06, 2007 at 07:38 UTC ( [id://637340]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    require $pathtool;
    
  2. or download this
    require "File::Path";
    
  3. or download this
    eval "require $pathtool";
    
  4. or download this
    require File::Path;
    
  5. or download this
    sub require_package {
        for (@_) {
    ...
            require "$file.pm";
        };
    };
    

Log In?
Username:
Password:

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

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

    No recent polls found