in reply to Re: Perl API that emulates mkdir -p on unix?
in thread Perl API that emulates mkdir -p on unix?
What about platforms that do not have mkdir? Why rely on external tools at all? That just creates a useless dependency that can't be satisfied on all platforms.