Help for this page

Select Code to Download


  1. or download this
    my $bh   = $part->bodyhandle;
    print "MIME Type: $type\n";
    
  2. or download this
    my $bh   = $part->bodyhandle;
                    print "MIME Type: $type\n";
    ...
                        $bh->print(\$OUTFILE);
                        close($OUTFILE);
                    } #End IF $bh defined