Werner Otto wrote:
> What I'm trying to do:
> print checkbox_group(-name=>'hdel',-values=>[$hostname,$hostip]),;
> 
> But I don't want $hostip's value to appear on the form, it should be
> available when I request the param though.

Are to trying to show a check box with only the name, but be able to
retrieve the name and IP when the check box is marked?

I would suggest joining the hostname and ip together using some character to
make a single value; then split the value retrieved from param() back into
two parts. Use the -labels option of checkbox_group() to control the label
displayed on the form.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to