Hi there,

I read a few pieces of documentation on this: Is there any way that I could add another value, which will be hidden from the user interface?

Current snippet:
print checkbox_group(-name=>'hdel',-values=>[$hostname]),;

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.

Any ideas?

--
Kind Regards,
Werner Otto

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