http://www.perlmonks.org?node_id=977663


in reply to Re^8: Parse .csv file from FTP using Perl
in thread Parse .csv file from FTP using Perl

Only this line is extremely suspicious:

    $myfile = $ftp;

$ftp is an object which will not ever be a filename. $myfile will now contain something like Net::FTP=GLOB(0x13734b8), which IMHO is most likely not what you want in there.


Enjoy, Have FUN! H.Merijn