Re: CGI.pm param() doubt

2001-10-24 Thread Brian
I didn't see anyone reply, so I am guessing no one has. It has been my expierence writting scripts to do this: $cust_name = param('custname'); $cust_phone = param('custphone'); Of course, the custname, and the custphone are being passed to my cgi script thru the form. I.E: -Brian >

Re: CGI.pm param() doubt

2001-10-24 Thread Curtis Poe
--- [EMAIL PROTECTED] wrote: > Here the doubt, > > I have a Form with some radio and checkbox groups in it. when > the user fillout the form and then hit the Submit button a perl > program is invoke depending on how the user fill. if i want to > know all of the field names and values that have

CGI.pm param() doubt

2001-10-24 Thread freiref
Here the doubt, I have a Form with some radio and checkbox groups in it. when the user fillout the form and then hit the Submit button a perl program is invoke depending on how the user fill. if i want to know all of the field names and values that have the form i do this: foreach my $name (