CGI::FormBuilder::Test - Test harness for FormBuilder


CGI-FormBuilder documentation  | view source Contained in the CGI-FormBuilder distribution.

Index


NAME

Top

CGI::FormBuilder::Test - Test harness for FormBuilder

SYNOPSIS

Top

    use CGI::FormBuilder::Test;

    my $test = 1;
    for (@tests) {
        my $outfile = outfile($test++);

    }

DESCRIPTION

Top

REVISION

Top

$Id: Test.pm 100 2007-03-02 18:13:13Z nwiger $

AUTHOR

Top

Copyright (c) 2005-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.

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.


CGI-FormBuilder documentation  | view source Contained in the CGI-FormBuilder distribution.