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