ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
271 B
Text
6 lines
271 B
Text
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: https://metacpan.org/release/Text-Pipe
|