Help for this page

Select Code to Download


  1. or download this
    lots of rubbish here
    <FORM ACTION="test.cgi" METHOD="POST"
    ...
    <input type="checkbox" name="option_or" value="OR">ORfilter<br>
          <INPUT TYPE="submit" NAME="Submit" VALUE="Submit">
          </FORM>
    
  2. or download this
    print "Content-type: text/html\n\n";
    print "<html><head><title>TEST</title></head>";
    ...
    if (@array_or = 'OR') {print "<P>FilterOR = @array_filter_or";}
    
    print "</html>";