RE: CGI.pm param

2002-12-20 Thread Dan Muey
an array but only if you havn't done any kind of manipulation to it in scalar contect previously Foreach $p(@params) { ... Thanks Dan -Original Message- From: Rob Dixon [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 2:58 PM To: [EMAIL PROTECTED] Subject: Re: CGI.pm param

Re: CGI.pm param

2002-12-20 Thread Rob Dixon
Dan Dan Have you generated a checkbox with $cgi->checkbox (-name => 'checkboxname', ...) because this will create only an isolated single checkbox. To create a group of checkboxes use $cgi->checkbox_group (-name => 'groupname', ...) which will then return a list of only the _checked_