Help for this page
for my $target (@array) { print "Trying to store [$target]\n"; };
for my $target (@array) { $target =~ s/\s+$//; print "Storing [$target]\n"; $ftp->put( $target ); };