plack::tempbuffer(3pm) debian man page | unix.com

Man Page: plack::tempbuffer

Operating Environment: debian

Section: 3pm

Plack::TempBuffer(3pm)					User Contributed Perl Documentation				    Plack::TempBuffer(3pm)

NAME
Plack::TempBuffer - temporary buffer to save bytes
SYNOPSIS
my $buf = Plack::TempBuffer->new($length); $buf->print($bytes); my $size = $buf->size; my $fh = $buf->rewind;
DESCRIPTION
Plack::TempBuffer is a buffer class to store arbitrary length of byte strings and then get a seekable filehandle once everything is buffered. It uses PerlIO and/or temporary file to save the buffer depending on the length of the size.
SEE ALSO
Plack Plack::Request perl v5.14.2 2011-02-27 Plack::TempBuffer(3pm)
Related Man Pages
plack::app::cgibin(3pm) - debian
plack::handler::cgi(3pm) - debian
plack::middleware::conditional(3pm) - debian
plack::runner(3pm) - debian
plack::session(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections