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 This documentation describes version 1.03 of this package
11
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
21 Implementation of configuration parser for serialized Perl data
22 structures from files/data. See Workflow::Config for "parse()"
23 description.
24
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
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
48 Jonas B. Nielsen (jonasbn) <jonasbn@cpan.org>, current maintainer.
49
50 Chris Winters <chris@cwinters.com>, original author.
51
52
53
54perl v5.32.0 2020-07-28 Workflow::Config::Perl(3)