suse man page for mime::parser::reader

Query: mime::parser::reader

OS: suse

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MIME::Parser::Reader(3) 				User Contributed Perl Documentation				   MIME::Parser::Reader(3)

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 perl v5.12.1 2008-06-30 MIME::Parser::Reader(3)
Related Man Pages
mime::parser::results5.18(3) - mojave
mime::parser::results(3) - suse
tap::parser::yamlish::reader(3pm) - mojave
svn::dump::reader(3) - osx
tap::parser::yamlish::reader(3pm) - osx
Similar Topics in the Unix Linux Community
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend