Help for this page

Select Code to Download


  1. or download this
    use File::Path 2.07 qw( make_path remove_tree );
    make_path("...");
    
  2. or download this
    use File::Path qw( mkpath rmtree );
    mkpath("...");
    
  3. 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.