open FILES, 'listOfFiles.txt'; while (my $file = ) { chomp($file); # may need this send($file); # or whatever }