Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use CGI qw(:standard);
    ...
        checkbox_group(-name=>'words',
         
    -values=>'eenie','meenie','minie','moe'],
    
  2. or download this
    p,
        "What's your favorite color? ",
    ...
        end_form,
        hr;
    print end_html;