foreach $oFile(@FileList) { next unless defined $oFile; if ($oFTP->put("p:/charts/Sendtray/$oFile")) { if (move("p:/charts/Sendtray/$oFile","p:/charts/Sendtray/G +ONE/$oFile")) { &LogSentFiles($oFile); $oFile = undef; } } } #### foreach (keys %Dir) { $FileSet{$_}++ unless $_ eq "." || $_ eq ".." || $_ eq "GONE" || $_ eq ""; }