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