1Workflow::Config::Perl(U3s)er Contributed Perl DocumentatWioornkflow::Config::Perl(3)
2
3
4
6 Workflow::Config::Perl - Parse workflow configurations as Perl data
7 structures
8
10 # either of these is acceptable
11 my $parser = Workflow::Config->new( 'perl' );
12 my $parser = Workflow::Config->new( 'pl' );
13
14 my $conf = $parser->parse( 'condition',
15 'my_conditions.pl', 'your_conditions.perl' );
16
18 Implementation of configuration parser for serialized Perl data strucā
19 tures from files/data. See Workflow::Config for "parse()" description.
20
22 parse
23
24 This method is required implemented by Workflow::Config.
25
26 It takes two arguments:
27
28 * a string indicating the type of configuration. For a complete list of
29 types please refer to Workflow::Config
30 * a list of filenames containing at least a single file name
31
32 The method returns a list of configuration parameters.
33
35 Workflow::Config
36
38 Copyright (c) 2004, 2005, 2006 Chris Winters. All rights reserved.
39
40 This library is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
44 Jonas B. Nielsen (jonasbn) <jonasbn@cpan.org>, current maintainer.
45
46 Chris Winters <chris@cwinters.com>, original author.
47
48
49
50perl v5.8.8 2007-04-25 Workflow::Config::Perl(3)