logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       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.

perl v5.36.0                                       2022-11-27                CGI::FormBuilder::Source::Perl(3pm)

Description

       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.

Name

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

See Also

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

Synopsis

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

See Also