Man Page: plack::tempbuffer
Operating Environment: debian
Section: 3pm
Plack::TempBuffer(3pm) User Contributed Perl Documentation Plack::TempBuffer(3pm)NAMEPlack::TempBuffer - temporary buffer to save bytesSYNOPSISmy $buf = Plack::TempBuffer->new($length); $buf->print($bytes); my $size = $buf->size; my $fh = $buf->rewind;DESCRIPTIONPlack::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 ALSOPlack Plack::Request perl v5.14.2 2011-02-27 Plack::TempBuffer(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| My first PERL incarnation... Audio Oscillograph |