in reply to
UNIX 'command' equivalents in Perl
mkdir -p and mkpath -- File::Path::mkpath()
rm -r -- File::Path::rmtree()
/J
Comment on
Re: UNIX 'command' equivalents in Perl
In Section
Meditations