foreach my $fileToGet (@matches) { ... #### $ftpReturnVar = $ftp->get($fileToGet, $localFileName); defined $ftpReturnVar or next;