Help for this page

Select Code to Download


  1. or download this
    use File::Spec::Functions qw/catdir/;
    use File::Path qw/make_path/;
    ...
    # Update 2: OR:
    use Path::Class qw/dir/;
    dir('folderA','folderB','folderC')->mkpath;