----- Original Message -----
Sent: Tuesday, July 23, 2002 2:11 PM
Subject: Net::POP3 to a filehandle

I'm just trying to retrieve a message with pop3->get method but get it into a file, but the resulting file is 0 sized.
I'm using the following code:
 
open(FILE,'mail.dat');
$arr=$pop->get($msgnum,<FILE>);
 
I don't know how to make the entire message print on the filehandle. The bibliographi i'm using is 'Network programming in Perl' by 'Lincoln d.Stein'.

Reply via email to