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