ed the same topic here, but i don't see it anywhere.
> Anyhow, i have multiple checkboxes with the same name
> i,e
>
>
>
>
> now i'm using the module "use CGI qw(:standard)";
> #!/usr/bin/perl
> use CGI qw(:standard);
>
> Now if someone checks t
Hi,
well thank you, I also found thsi
$value=param_fetch('name')->[$counter];
I think i will use this, because i'm going to put all answers in a hash.
$HASH{$name}->[$counter]=$value.
Anthony
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Friday, May 30, 2003, at 13:37 US/Pacific, anthony wrote:
[..]
I thought i have posted the same topic here, but i don't see it
anywhere.
Anyhow, i have multiple checkboxes with the same name
i,e
[..]
It is not clear to me if you want to have
multiple's come back to you - eg:
tes
Hi,
I thought i have posted the same topic here, but i don't see it anywhere.
Anyhow, i have multiple checkboxes with the same name
i,e
now i'm using the module "use CGI qw(:standard)";
#!/usr/bin/perl
use CGI qw(:standard);
Now if someone checks the boxes one and thr