![]() |
![]()
| ![]() |
![]()
NAMEPipeline::Segment - basic class for a segment SYNOPSISuse Pipeline::Segment; my $ps = Pipeline::Segment->new(); $ps->dispatch(); DESCRIPTION"Pipeline::Segment" is designed as a part of the "Pipeline" system. The "Pipeline::Segment" class is designed to be subclassed as a part of the Pipeline system. The primary method that needs to be overloaded is the "dispatch" method, which the Pipeline class uses to enter each individual segment that it contains. METHODSThe "Pipeline::Segment" class inherits from "Pipeline::Base" and therefore also has any additional methods that its superclass may have.
SEE ALSO"Pipeline", "Pipeline::Segment::Async" AUTHORJames A. Duncan <jduncan@fotango.com> COPYRIGHTCopyright 2003 Fotango Ltd. All Rights Reserved. This software is released under the same terms as Perl itself.
|