in reply to
Making directories from path
I'd use
system mkdir => -p => $path;
. There's a module that can do this as well, but I can never remember what's it called.
Abigail
Comment on
Re: Making directories from path
In Section
Seekers of Perl Wisdom