Help for this page
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>
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>";