Help for this page

Select Code to Download


  1. or download this
    if (move("$old$_","$new$_$date")) {
        print "$_ has been moved to the K:/ATM\n";
    } else {    
        print "Could not move $_: $!\n";
    }