Help for this page

Select Code to Download


  1. or download this
    use File::Path qw(make_path);
    make_path($dir);
    
  2. or download this
    use File::Path;
    File::Path::make_path($dir);