mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
6 lines
290 B
Text
6 lines
290 B
Text
String::BufferStack provides a framework for storing nested buffers. By
|
|
default, all of the buffers flow directly to the output method, but
|
|
individual levels of the stack can apply filters, or store their output
|
|
in a scalar reference.
|
|
|
|
WWW: http://search.cpan.org/dist/String-BufferStack/
|