Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use MIME::Entity;
    ...
        open (MAIL,"|/usr/sbin/sendmail -t -oi");
        $top->print(\*MAIL);
        close MAIL;
    
  2. or download this
    use MIME::Parser;
    
    ...
    
    return $content;
    }
    
  3. or download this
    perl strip.pl