Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: require mystery

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

Help for this page

Select Code to Download


  1. or download this
    File::Path->import(...)
    
  2. or download this
    "File::Path"->import(...)
    
  3. or download this
    my $pathtool = "File::Path";
    $pathtool->import(...)
    
  4. or download this
    File::Path::import("File::Path",...);
    

Log In?
Username:
Password:

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

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

    No recent polls found