blob: 593329a9e07f91bdc140a49394b4c216a07c9c38 (
plain)
1
2
3
4
|
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.
|