Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
        checkbox('c1', 1, 'ON', 'c2'),
        end_html;
    }
    
  2. or download this
    <aiserv1:esharris> !!
    cgi.pl
    ...
    <HTML><HEAD><TITLE>Test CGI</TITLE>
    </HEAD><BODY><P><INPUT TYPE="checkbox" NAME="c1" VALUE="ON">c2
    </BODY></HTML><aiserv1:esharris>