Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Creating folders using strings

by Tommy (Chaplain)
on Nov 23, 2012 at 13:12 UTC ( [id://1005264]=note: print w/replies, xml ) Need Help??


in reply to Creating folders using strings

Have you tried:

my $dir = 'C:\Users\64R92\perl\cmd'; mkdir("$dir\\$line") or die "Unable to create directory <$!>\n";
--
Tommy
$ perl -MMIME::Base64 -e 'print decode_base64 "YWNlQHRvbW15YnV0bGVyLm1lCg=="'

Log In?
Username:
Password:

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

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

    No recent polls found