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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Parse .csv file from FTP using Perl
by Sherlock Perl (Novice) on Jun 21, 2012 at 15:11 UTC | |
|
Re^10: Parse .csv file from FTP using Perl
by Sherlock Perl (Novice) on Jun 21, 2012 at 15:19 UTC |