in reply to Re: Use Net::FTP to get a file and parse it without saving the file locally
in thread Use Net::FTP to get a file and parse it without saving the file locally

You can use IO::Scalar and pass Net::FTP the filehandle

Probably not. Net::FTP uses fileno to get the file descriptor for the passed filehandle and an IO::Scalar won't have a file descriptor. More detail here
  • Comment on Re: Re: Use Net::FTP to get a file and parse it without saving the file locally