|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: how to get "Subject" using MIME::Parser ?by runrig (Abbot) |
| on Jan 22, 2013 at 20:04 UTC ( #1014779=note: print w/ replies, xml ) | Need Help?? |
|
We will get the body by using $data->{BODY}I do not think that will work. MIME::Parser's parse methods return a MIME::Entity object. You'd be better off reading the documentation for those libraries and using the documented methods to get the body and the other parts of the email that you require.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||