Help for this page

Select Code to Download


  1. or download this
    parse_data DATA
        Instance method. Parse a MIME message that's already in core.
    
  2. or download this
    my @copy = <$input>;
    my $entity = $parser->parse_data( @copy );