1CGI::FormBuilder::Test(U3s)er Contributed Perl DocumentatCiGoIn::FormBuilder::Test(3)
2
3
4
6 CGI::FormBuilder::Test - Test harness for FormBuilder
7
9 use CGI::FormBuilder::Test;
10
11 my $test = 1;
12 for (@tests) {
13 my $outfile = outfile($test++);
14
15 }
16
19 $Id: Test.pm 100 2007-03-02 18:13:13Z nwiger $
20
22 Copyright (c) Nate Wiger <http://nateware.com>. All Rights Reserved.
23
24 This module is free software; you may copy this under the terms of the
25 GNU General Public License, or the Artistic License, copies of which
26 should have accompanied your Perl kit.
27
28
29
30perl v5.30.0 2019-07-26 CGI::FormBuilder::Test(3)