Help for this page

Select Code to Download


  1. or download this
    foreach (keys %Dir) {
         unless ($_ eq "." or $_ eq ".." or $_ eq "GONE" or $_ eq "") {
         push(@FileList,$_);
         }
     }
    
  2. or download this
    foreach $oFile(@FileList) {
             if ($oFTP->put("p:/charts/Sendtray/$oFile")) {
                if (move("p:/charts/Sendtray/$oFile","p:/charts/Sendtray/G
    +ONE/$oFile")) {
    ...
                }
           }
       }