Re: Using CGI.pm to set up textfields and then parse them

2009-01-07 Thread marys
On Jan 5, 8:33 pm, g...@lazymountain.com (Greg Jetter) wrote: > On Monday 05 January 2009 2:22:08 pm marys wrote: > > > > > > > Does anyone know how to set up a large number of textfields for data > > input and then parse them conveniently?  In the CGI.pm book it shows > > how to use the form eleme

Re: Using CGI.pm to set up textfields and then parse them

2009-01-05 Thread Greg Jetter
On Monday 05 January 2009 2:22:08 pm marys wrote: > Does anyone know how to set up a large number of textfields for data > input and then parse them conveniently? In the CGI.pm book it shows > how to use the form element 'textfield' like so: > > #!/usr/bin/perl -wT > use CGI::Carp qw(fatalsToBrows

Using CGI.pm to set up textfields and then parse them

2009-01-05 Thread marys
Does anyone know how to set up a large number of textfields for data input and then parse them conveniently? In the CGI.pm book it shows how to use the form element 'textfield' like so: #!/usr/bin/perl -wT use CGI::Carp qw(fatalsToBrowser); use CGI ':standard'; use CGI::Pretty; use strict; use di