Re: using cgi.pm to create and interpret textboxes

2008-11-18 Thread marys
On Nov 11, 10:46 am, [EMAIL PROTECTED] (Dermot Paikkos) wrote: Hi -Original Message- From: marys [mailto:[EMAIL PROTECTED] Sent: 11 November 2008 11:20 To: [EMAIL PROTECTED] Subject: using cgi.pm to create and interpret textboxes Hello: Can anyone tell me how to use

RE: using cgi.pm to create and interpret textboxes

2008-11-12 Thread Dermot Paikkos
Hi -Original Message- From: marys [mailto:[EMAIL PROTECTED] Sent: 11 November 2008 11:20 To: beginners-cgi@perl.org Subject: using cgi.pm to create and interpret textboxes Hello: Can anyone tell me how to use CGI.pm's 'textfield' function to set up a form with a lot of fill

Re: using cgi.pm to create and interpret textboxes

2008-11-11 Thread Matthew Whipple
On Tue, 2008-11-11 at 03:19 -0800, marys wrote: Hello: Can anyone tell me how to use CGI.pm's 'textfield' function to set up a form with a lot of fill-in fields and then parse them? I tried to read three values from input boxes but the output seems to be the name of the textbox and not its

using cgi.pm to create and interpret textboxes

2008-11-11 Thread marys
Hello: Can anyone tell me how to use CGI.pm's 'textfield' function to set up a form with a lot of fill-in fields and then parse them? I tried to read three values from input boxes but the output seems to be the name of the textbox and not its value. Here are two scripts: (1) a.cgi: