|
NAMEWorkflow::Config::Perl - Parse workflow configurations as Perl data structuresVERSIONThis documentation describes version 1.60 of this packageSYNOPSIS# 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' ); DESCRIPTIONImplementation of configuration parser for serialized Perl data structures from files/data. See Workflow::Config for "parse()" description.METHODSparseThis method is required implemented by Workflow::Config.It takes two arguments:
The method returns a list of configuration parameters. SEE ALSO
COPYRIGHTCopyright (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 AUTHORSPlease see Workflow
Visit the GSP FreeBSD Man Page Interface. |