in reply to HTML::Template and checking arbitrary radio buttons

I haven't found a clean way. One way to do it is to install a Filter::Handle on STDOUT that hooks in HTML::Parser, then you rewrite the options and inputs as it outputs. If you are using CGI.pm then you can simply subclass it.

-Lee

"To be civilized is to deny one's nature."
  • Comment on Re: HTML::Template and checking arbitrary radio buttons