#!/usr/bin/perl ############################################################################## # By BumbleBeeWare.com 2006 # Simple CAPTCHA using static premade images # form.cgi ############################################################################## print "Content-type: text/html\n\n"; # get a random number for the querry on the captcha.cgi # a random number will force old browsers to update the image # here we just used the time function, since it will be unique on every access of the page $randomnumber = time; print " TEST CAPTCHA IMAGE Verification

";