|
NAMEPipeline::Dumper - tool for dumping a pipelineSYNOPSISmy $pipeline = Pipeline->new(); my $dumper = Pipeline::Dumper->new(); $pipeline->dispatcher( $dumper ); $pipeline->dispatch(); DESCRIPTION"Pipeline::Dumper" is a subclassed dispatcher. It will simply dump the structure of a pipeline to STDOUT instead of actively executing the pipeline.AUTHORJames A. Duncan <jduncan@fotango.com>COPYRIGHTCopyright 2003 Fotango Ltd. All Rights Reserved.This module is released under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |