Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print br, '<INPUT TYPE = "SUBMIT"VALUE="Click To Submit">';
    print '<INPUT TYPE="RESET"VALUE=Clear>';
    print '</FORM>', end_html;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "<FONT SIZE =4> You have selected the following $tissues tissues
    +";
    print "</FONT>", end_html;