Help for this page

Select Code to Download


  1. or download this
    if( blah blah blah )
      {
      my $email_text = join( '', $POPobject->get );
      $MIMEobject = Email::MIME->new( $email_text );
      };
    
  2. or download this
    $MIMEobject->DESTROY;