Help for this page

Select Code to Download


  1. or download this
    $parser = new MIME::Parser;
       $parser->ignore_errors(1);
    ...
       $subject = $header->get('Subject'); 
       <...snip..>
       $body = $MIME_entity->body;
    
  2. or download this
    ARRAY(0x84f4fec)