in reply to
"mkdir -p" equivalent?
For a super simple suggestion: could you use the OS mkdir command via system or ``
`mkdir -p a/b/c`;
[download]
J
Comment on
Re: "mkdir -p" equivalent?
Download
Code
Replies are listed 'Best First'.
Re: Re: "mkdir -p" equivalent?
by
ccarden
(Monk)
on Aug 05, 2003 at 22:47 UTC
That's how the code currently reads, but I need it to be portable.
[reply]
In Section
Seekers of Perl Wisdom