On Monday, May 20, 2002, at 03:53 , Ankit Gupta wrote:

> I am working using Mboxparser module for parsing mails. But I am not able
> to get all the header information. I mean to say that I need header like
> below:

based solely on reading the documents
http://search.cpan.org/doc/VPARSEVAL/Mail-MboxParser-0.32/README

and a quick peek at the code - you may have a 'bug' in the

        ::header

method - if you actually did the proper

        my $mb = Mail::MboxParser::Mail->new(@arglist);

        my $hashRef = $mb->header();

so please - help us help you with how exactly did you

        a) make the call to the header
        b) walk the hash-ref from header?

ciao
drieux

---


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

Reply via email to