in reply to UNIX 'command' equivalents in Perl

mkdir -p and mkpath -- File::Path::mkpath()

rm -r -- File::Path::rmtree()

/J