MIME::Parser::Reader



MIME::Parser::Reader

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

MIME::Parser::Reader − a line−oriented reader for a MIME::Parser

SYNOPSIS

This module is used internally by MIME::Parser; you probably don’t need to be looking at it at all. But just in case...

    ### Create a top−level reader, where chunks end at EOF:
    $rdr = MIME::Parser::Reader−>new();
    ### Spawn a child reader, where chunks also end at a boundary:
    $subrdr = $rdr−>spawn−>add_boundary($bound);
    ### Spawn a child reader, where chunks also end at a given string:
    $subrdr = $rdr−>spawn−>add_terminator($string);
    ### Read until boundary or terminator:
    $subrdr−>read_chunk($in, $out);

DESCRIPTION

A line-oriented reader which can deal with virtual end-of-stream defined by a collection of boundaries.

Warning: this is a private class solely for use by MIME::Parser. This class has no official public interface

SEE ALSO

MIME::Tools, MIME::Parser



More Linux Commands

manpages/loconvert.1.html
loconvert(1) - Commandline Document Converter Using LibreOff
This tool converts documents between various formats on the commandline. It uses LibreOffice that guarantees the quality of available import and export filters.

manpages/TAP::Parser::Result::Plan.3pm.html
TAP::Parser::Result::Plan(3pm) - Plan result token..........
This is a subclass of TAP::Parser::Result. A token of this class will be returned if a plan line is encountered. 1..1 ok 1 - woo hooo! 1..1 is the plan. Gotta h

manpages/git-tag.1.html
git-tag(1) - Create, list, delete or verify a tag object sig
Add a tag reference in refs/tags/, unless -d/-l/-v is given to delete, list or verify tags. Unless -f is given, the named tag must not yet exist. If one of -a,

manpages/perlcompile.1.html
perlcompile(1) - Introduction to the Perl Compiler-Translato
Perl has always had a compiler: your source is compiled into an internal form (a parse tree) which is then optimized before being run. Since version 5.005, Perl

manpages/XtIsTransientShell.3.html
XtIsTransientShell(3) - obtain and verify a widget's class
The XtClass function returns a pointer to the widgets class structure. The XtSuperclass function returns a pointer to the widgets superclass class structure. Th

manpages/ExtUtils::Constant::Utils.3pm.html
ExtUtils::Constant::Utils(3pm) - helper functions for ExtUti
ExtUtils::Constant::Utils packages up utility subroutines used by ExtUtils::Constant, ExtUtils::Constant::Base and derived classes. All its functions are explic

manpages/Tcl_ConditionNotify.3.html
Tcl_ConditionNotify(3) - Tcl thread support - Linux man page
Tcl provides Tcl_CreateThread for creating threads. The caller can determine the size of the stack given to the new thread and modify the behaviour through the

manpages/XcmsLookupColor.3.html
XcmsLookupColor(3) - obtain color values - Linux man page...
The XcmsQueryColor function obtains the RGB value for the pixel value in the pixel member of the specified XcmsColor structure and then converts the value to th

manpages/XrmParseCommand.3.html
XrmParseCommand(3) - initialize the Resource Manager, Resour
The XrmInitialize function initialize the resource manager. It must be called before any other Xrm functions are used. The XrmParseCommand function parses an (a

manpages/iwlist.8.html
iwlist(8) - Get more detailed wireless information from a wi
Iwlist is used to display some additional information from a wireless network interface that is not displayed by iwconfig(8). The main argument is used to selec

manpages/XevieEnd.3.html
XevieEnd(3) - X Event Interception Extension (XEvIE)........
X Event Interception Extension (XEvIE) is designed for users who need to intercept all the Keyboard and Mouse events. Programs can determine which events should

manpages/sane-kvs1025.5.html
sane-kvs1025(5) - SANE backend for Panasonic KV-S102xC USB A
The sane-kvs1025 library implements a SANE (Scanner Access Now Easy) backend which provides access to the Panasonic KV-S1020C/1025C and KV-S1045C scanners. KNOW





We can't live, work or learn in freedom unless the software we use is free.