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,
>
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