CGI::FormBuilder::Source::Perl(3pm) User Contributed Perl Documentation CGI::FormBuilder::Source::Perl(3pm)

CGI::FormBuilder::Source::Perl - read FormBuilder config from Perl syntax files

    my $form = CGI::FormBuilder->new(
        source => {
            type   => 'Perl',
            source => '/path/to/form_config.pl',
        }
    );

This module allows you to specify the config for a CGI::FormBuilder object using Perl syntax. The contents of the config file will be "eval"ed and the hash ref returned will be used as the config for the object.

CGI::FormBuilder, CGI::FormBuilder::Source::File,

Copyright (c) 2008 Edmund von der Burg <evdb@ecclestoad.co.uk>. All Rights Reserved.

Based on the module CGI::FormBuilder::Source

This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.

2022-11-27 perl v5.36.0