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
Workflow::Config::Perl(3) User Contributed Perl Documentation Workflow::Config::Perl(3)

Workflow::Config::Perl - Parse workflow configurations as Perl data structures

This documentation describes version 1.60 of this package

 # either of these is acceptable
 my $parser = Workflow::Config->new( 'perl' );
 my $parser = Workflow::Config->new( 'pl' );

 my $conf = $parser->parse( 'condition',
                            'my_conditions.pl', 'your_conditions.perl' );

Implementation of configuration parser for serialized Perl data structures from files/data. See Workflow::Config for "parse()" description.

This method is required implemented by Workflow::Config.

It takes two arguments:

  • a string indicating the type of configuration. For a complete list of types please refer to Workflow::Config
  • a list of filenames containing at least a single file name

The method returns a list of configuration parameters.

Workflow::Config

Copyright (c) 2004-2022 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please see the LICENSE

Please see Workflow
2022-03-02 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.