in reply to Re: Creating multiple level directory structure
in thread Creating multiple level directory structure

Just to be explicitly clear, mkdir -p is for the Unix mkdir command (which could be invoked from perl using system), not the Perl builtin mkdir function.