I'm looking to be able to ftp from a cgi using Net::FTP without actually writing a
local file. Something like put($scalar, "remotelogfile").
I know you can do something similar using *STDIN, put have yet to get *STDOUT
to work. Is there a way to write a CGI generated remote file without writing a
local file?