1Workflow::Config::Perl(U3s)er Contributed Perl DocumentatWioornkflow::Config::Perl(3)
2
3
4

NAME

6       Workflow::Config::Perl - Parse workflow configurations as Perl data
7       structures
8

VERSION

10       This documentation describes version 1.03 of this package
11

SYNOPSIS

13        # either of these is acceptable
14        my $parser = Workflow::Config->new( 'perl' );
15        my $parser = Workflow::Config->new( 'pl' );
16
17        my $conf = $parser->parse( 'condition',
18                                   'my_conditions.pl', 'your_conditions.perl' );
19

DESCRIPTION

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

METHODS

26   parse
27       This method is required implemented by Workflow::Config.
28
29       It takes two arguments:
30
31       ·   a string indicating the type of configuration. For a complete list
32           of types please refer to Workflow::Config
33
34       ·   a list of filenames containing at least a single file name
35
36       The method returns a list of configuration parameters.
37

SEE ALSO

39       Workflow::Config
40
42       Copyright (c) 2004, 2005, 2006 Chris Winters. All rights reserved.
43
44       This library is free software; you can redistribute it and/or modify it
45       under the same terms as Perl itself.
46

AUTHORS

48       Jonas B. Nielsen (jonasbn) <jonasbn@cpan.org>, current maintainer.
49
50       Chris Winters <chris@cwinters.com>, original author.
51
52
53
54perl v5.30.0                      2019-07-26         Workflow::Config::Perl(3)
Impressum