Help for this page

Select Code to Download


  1. or download this
    print p( 'Check a button or two and click Submit Query to see the chec
    +ked values
    +.' ),
    ...
    
    
    print end_html;
    
  2. or download this
    print p( 'Check a button or two and click Submit Query to see the chec
    +ked values.' );
    print li($_) for @checkbox_values;
    print end_html;
    
  3. or download this
    print
        p( 'Check a button or two and click Submit Query to see the checke
    +d values.' ),
        li(\@checkbox_values), end_html;