FreeBSD Manual Pages
Pipeline::Dumper(3) User Contributed Perl Documentation Pipeline::Dumper(3) 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 Copyright 2003 Fotango Ltd. All Rights Reserved. This module is released under the same terms as Perl itself. perl v5.32.0 2004-08-09 Pipeline::Dumper(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Pipeline::Dumper&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>