Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where to find 'image verification' for Perl script?

Status
Not open for further replies.

shipsahoy

Programmer
Jun 27, 2006
4
US
Hello.

Does anyone know of an 'image verification' routine for Perl scripts under GPL or other free scripts (not creative commons license)? Or does anyone know how to implement the module in the Perl library in either GD or ImageMagick?

Just trying to thwart problems with form submissions.

Thanks in advance.
 
do a google for 'captcha' you should find a few. There's some really simple ones out there that can be easily identified by a script, avoid those ;-)

HTH
--Paul

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top