- or download this
use File::Path 2.07 qw( make_path remove_tree );
make_path("...");
- or download this
use File::Path qw( mkpath rmtree );
mkpath("...");
- or download this
$ perl -e'use File::Path 2.07 qw( make_path remove_tree );'
File::Path version 2.07 required--this is only version 2.04 at -e line
+ 1.
BEGIN failed--compilation aborted at -e line 1.