Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Mkdir failing

by bart (Canon)
on Dec 02, 2011 at 11:58 UTC ( [id://941303]=note: print w/replies, xml ) Need Help??


in reply to Mkdir failing

You can't use mkdir to create deeply nested directories in one go. But you can use make_path (or mkpath) from the (standard) module File::Path to do it for you.

oh, and you have to remove the newline from the end of each filename. A simple way to do that is using chomp.

Replies are listed 'Best First'.
Re^2: Mkdir failing
by MVRS (Acolyte) on Dec 03, 2011 at 04:07 UTC
    thankyou bart, it worked for me with mkpath

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 08:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found