Sounds like you need the magic of Data::Dumper. Get it from CPAN. It will take a list 
of scalars or references and print out their contents in Perl syntax. Give it a try - 
great for debuggering everything.

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?
> 
> 
> 
> 
> 
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to