On Fri, 2008-01-18 at 15:11 -0500, Mike Williams wrote: > On Jan 17, 2008 3:56 PM, Xiong, Bob <[EMAIL PROTECTED]> wrote: > > > Sure. Please see my code snippet below. > > > > use CGI ':standard'; > > > > generate_form(); > > do_work();
Generate_form both starts and ends the form. Do_work tries to add input elements. Those input elements are therefore not part of the form. --kag _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

