1Pipeline::Dumper(3) User Contributed Perl Documentation Pipeline::Dumper(3)
2
3
4
6 Pipeline::Dumper - tool for dumping a pipeline
7
9 my $pipeline = Pipeline->new();
10 my $dumper = Pipeline::Dumper->new();
11 $pipeline->dispatcher( $dumper );
12 $pipeline->dispatch();
13
15 "Pipeline::Dumper" is a subclassed dispatcher. It will simply dump the
16 structure of a pipeline to STDOUT instead of actively executing the
17 pipeline.
18
20 James A. Duncan <jduncan@fotango.com>
21
23 Copyright 2003 Fotango Ltd. All Rights Reserved.
24
25 This module is released under the same terms as Perl itself.
26
27
28
29perl v5.32.1 2021-01-27 Pipeline::Dumper(3)