Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Dir Create

by ikegami (Patriarch)
on Aug 22, 2007 at 15:35 UTC ( [id://634397]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    mkdir("c:\\automation")
       or die("Unable to create automation directory: $!\n");
    
  2. or download this
    use File::Path qw( mkpath );
    
    ...
    if ($@) {
       die("Unable to create automation directory: $@\n");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2024-04-18 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found