NAME

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

SYNOPSIS

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

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 evaled and the hash ref returned will be used as the config for the object.

SEE ALSO

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

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.