in reply to Re: Converting large numbers of checkboxes to small number of params
in thread Converting large numbers of checkboxes to small number of params

Just thought I'd point out some features of CGI.pm
use CGI; die CGI->start_table, CGI->start_Tr, CGI->end_Tr, CGI->end_table; __END__ <table><tr></tr></table> at - line 2.
  • Comment on Re: Re: Converting large numbers of checkboxes to small number of params
  • Download Code