GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Pipeline::Production(3) User Contributed Perl Documentation Pipeline::Production(3)

Pipeline::Production - wrapper for production objects

  use Pipeline::Production;

  my $pp = Pipeline::Production->new();

  $pp->contents( $object );
  my $production = $pp->contents();

The "Pipeline::Production" class acts as a wrapper around any scalar (and therfore object, or reference) that a Pipeline is to consider as a production. A production object will terminate the pipeline apon receipt and cause the cleanup segments to be executed.

new()
The "new" method constructs a fresh Pipeline::Production object and returns it. In the process it calls the "init()" method.
init()
The "init" method is called at construction time to perform any pre-use initialization on the object.
contents( [ SCALAR ] )
The "contents" method gets or sets the contents of the production, ie, the actual production itself.
contains( [ SCALAR ] )
A synonym for "contents"

"Pipeline"

James A. Duncan <jduncan@fotango.com>

Copyright 2003 Fotango Ltd. All Rights Reserved.

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

2004-08-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.