|
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. |
