use File::Path 2.07 qw( make_path remove_tree ); make_path("..."); #### use File::Path qw( mkpath rmtree ); mkpath("..."); #### $ 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.