in reply to Use Net::FTP to get a file and parse it without saving the file locally
He probably wants the RETRmethod to return a filehandle from the remote FTP server and then he wants to a $filehandle->getline to read from it.