in reply to
Mail::Internet, body retrieval
Change
$body = $msg->{'Body'};
to
$body = $msg->body();
See
Mail::Audit
for a working example of how to use
Mail::Internet
.
Comment on
Re: Mail::Internet, body retrieval
Select
or
Download
Code
In Section
Seekers of Perl Wisdom