Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
     -labelattributes => { class => 'somecssclass' }
     );
    print $cgi->end_html;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
     -labelattributes => { class => 'somecssclass' }
     );
    print $cgi->end_html;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
     -labelattributes => \%labelattr
     );
    print $cgi->end_html;
    
  4. or download this
    <label eenie="HASH(0x13e95e8)"><input type="checkbox" name="my_checkbo
    +x" value="eenie"  class="someothercssclass"/>first choice</label><lab
    +el eenie="HASH(0x13e95e8)"><input type="checkbox" name="my_checkbox" 
    +value="meenie" />second choice</label><label eenie="HASH(0x13e95e8)">
    +<input type="checkbox" name="my_checkbox" value="minie" />third choic
    +e</label>