Re: code in CGI forms

2002-10-31 Thread Felix Geerinckx
on Thu, 31 Oct 2002 03:54:23 GMT, [EMAIL PROTECTED] (George Georgalis) wrote: > and in the middle of a form, I want to run some code to generate > some monotonous stuff. > > start_form, > 'Name: ',textfield('name','',55),br, > 'Phone/Fax: ',textfield('phone','',55),br, >

code in CGI forms

2002-10-31 Thread George Georgalis
Hi - I'm learning use CGI qw/:standard/; and in the middle of a form, I want to run some code to generate some monotonous stuff. start_form, 'Name: ',textfield('name','',55),br, 'Phone/Fax: ',textfield('phone','',55),br, 'Address: ',textarea('addr','',5,35,20),b