#BP_FORM.pl use strict; use CGI; my $INPUT = new CGI; if ($INPUT->param('action') eq "bp_form") { &bp_form; } sub bp_form { &bp_header; use BusinessFormValidation; my $webapp = BusinessFormValidation->new(); $webapp->run(); &bp_footer; } sub bp_header { print <run();" part of the form validation script. EOF }