print p( 'Check a button or two and click Submit Query to see the checked values +.' ), li, join '
  • ', @checkbox_values; print end_html; #### print p( 'Check a button or two and click Submit Query to see the checked values.' ); print li($_) for @checkbox_values; print end_html; #### print p( 'Check a button or two and click Submit Query to see the checked values.' ), li(\@checkbox_values), end_html;