in reply to Perl Captcha Solution

Have you considered (the web service) ReCAPTCHA? There seems to be a Perl interface for it: Captcha::reCAPTCHA.
--
Andreas

Replies are listed 'Best First'.
Re^2: Perl Captcha Solution
by jae_63 (Beadle) on Oct 29, 2007 at 15:11 UTC
    Captcha::reCAPTCHA is pure Perl and wouldn't require root access to use a local copy. Just install it into a local user directory and use 'use lib' so that your CGI script will find it.

    I haven't found Captcha:reCAPTCHA to be the world's easiest software to use, but it's OK.

    This example is derived from one of the posted examples; you may find it useful. Note that I'm assuming that your Captcha::reCAPTCHA library is installed into a local directory, and that you've situated your public and private key files appropriately. Note that for security reasons these key files (especially the private one) shouldn't be located within web-browsable disk space.

    HTH ...

Re^2: Perl Captcha Solution
by dsheroh (Monsignor) on Oct 29, 2007 at 14:45 UTC
    Agreed that captcha services generally seem to be the way to go. The one I've used before is captchas.net (via WebService::CaptchasDotNet), but ReCAPTCHA looks like its text may be easier (for humans) to recognize.
Re^2: Perl Captcha Solution
by Anonymous Monk on Jul 04, 2009 at 05:16 UTC
    And this one is also promoting his own business. Shame on you!