Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
And here is the value of $body:$parser = new MIME::Parser; $parser->ignore_errors(1); $parser->output_to_core(1); my $MIME_entity = $parser->parse(\*STDIN); my $error = ($@ || $parser->last_error); $header = $MIME_entity->head; $subject = $header->get('Subject'); <...snip..> $body = $MIME_entity->body;
If anyone can shed some light on this, it would be very appreciated. Warm Regards.ARRAY(0x84f4fec)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using MIME::Tools
by mkmcconn (Chaplain) on Nov 24, 2001 at 00:19 UTC | |
by Anonymous Monk on Nov 24, 2001 at 00:28 UTC | |
by boo_radley (Parson) on Nov 24, 2001 at 01:21 UTC | |
|
Re: Using MIME::Tools
by atlantageek (Monk) on Nov 24, 2001 at 01:50 UTC | |
by Anonymous Monk on Nov 24, 2001 at 02:24 UTC | |
by atlantageek (Monk) on Nov 24, 2001 at 02:40 UTC | |
by Anonymous Monk on Nov 24, 2001 at 02:51 UTC | |
|
Re: Using MIME::Tools
by atlantageek (Monk) on Nov 24, 2001 at 03:33 UTC |