On Tue, Sep 17, 2002 at 07:56:55AM -0400, Rum Pel wrote:
> I installed MailTools, and want to use
> Mail::Util->read_mbox($file)
> THe documentation says:
> "Read $file, a binmail mailbox file, and return a list of references. Each 
> reference is a reference to an array containg one message."
> 
> But nothing is said about the type of message, I cannot even guess
> about it. What is the message's type here?

The message is not a type, the type is an array, the contents of the array
is the message.  I would guess each element of the array is a line of the
message.

So, the Mail::Util function returns a list of array references, where each
array represents a single message.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to