1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/p5-Text-Pipe/pkg-descr
Jun Kuriyama 8f6552462b This class is a factory for text pipes. A pipe has a filter() method
through which input can pass.  The input can be a string or a
reference to an array of strings.  Pipes can be stacked together using
Text::Pipe::Stackable.

WWW: http://search.cpan.org/dist/Text-Pipe/
2013-01-18 13:48:30 +00:00

7 lines
271 B
Plaintext

This class is a factory for text pipes. A pipe has a filter() method
through which input can pass. The input can be a string or a
reference to an array of strings. Pipes can be stacked together using
Text::Pipe::Stackable.
WWW: http://search.cpan.org/dist/Text-Pipe/