Pipeline::Dumper.3pm

Langue: en

Version: 2004-08-09 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Pipeline::Dumper - tool for dumping a pipeline

SYNOPSIS

   my $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.

AUTHOR

James A. Duncan <jduncan@fotango.com> Copyright 2003 Fotango Ltd. All Rights Reserved.

This module is released under the same terms as Perl itself.