Help for this page

Select Code to Download


  1. or download this
    for (@list) {
      File::Path->make_path($path);
    }
    
  2. or download this
    for (@list) {
      File::Path->make_path($path);
      chdir $path or die "Cannot chdir: $!";
    }