http://www.perlmonks.org?node_id=1005264


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=="'