| Pipeline documentation | view source | Contained in the Pipeline distribution. |
Pipeline::Dumper - tool for dumping a pipeline
my $pipeline = Pipeline->new(); my $dumper = Pipeline::Dumper->new(); $pipeline->dispatcher( $dumper ); $pipeline->dispatch();
Pipeline::Dumper is a subclassed dispatcher. It will simply dump the
structure of a pipeline to STDOUT instead of actively executing the pipeline.
James A. Duncan <jduncan@fotango.com>
Copyright 2003 Fotango Ltd. All Rights Reserved.
This module is released under the same terms as Perl itself.
| Pipeline documentation | view source | Contained in the Pipeline distribution. |