NAME CGI::AppBuilder::Form - Configuration initializer SYNOPSIS use CGI::AppBuilder::Form; my $ab = CGI::AppBuilder::Form->new( 'ifn', 'my_init.cfg', 'opt', 'vhS:a:'); my ($q, $ar, $ar_log) = $ab->start_app($0, \%ARGV); print $ab->disp_form($q, $ar); DESCRIPTION This class provides methods for reading and parsing configuration files. new (ifn => 'file.cfg', opt => 'hvS:') This is a inherited method from CGI::AppBuilder. See the same method in CGI::AppBuilder for more details. disp_form ($q, $ar) Input variables: $q - CGI object $ar - array ref for parameters Variables used or routines called: CGI::AppBuilder::Message echo_msg - echo messages set_param - get a parameter from hash array CGI::AppBuilder::Config eval_variables - replace value names with their values. How to use: my $ifn = 'myConfig.ini'; my ($q,$ar) = $s->get_inputs($ifn); $self->disp_form($q, $ar); Return: none This method expects the following varialbes in $ar: gk - GUI key items gi - GUI items gc - GUI columns gf - GUI form db - database connection varialbes (optional) vars_keep - variables separated by comma for hidden variables hr_form - hash ref containing attributes for