Help for this page

Select Code to Download


  1. or download this
    if (not -e $newlocationlocation) {
      my $perm = 775;
    ...
      warn "Failed to move to folder";
      print LOGFILE "$theTime,failed to move,$oldlocation,$folder\n";
    }