Captcha::reCAPTCHA

A Perl implementation of the reCAPTCHA API
Download

Captcha::reCAPTCHA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Armstrong
  • Publisher web site:
  • http://search.cpan.org/~andya/

Captcha::reCAPTCHA Tags


Captcha::reCAPTCHA Description

A Perl implementation of the reCAPTCHA API Captcha::reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who complete the captcha to assist in the digitization of books.SYNOPSIS use Captcha::reCAPTCHA; my $c = Captcha::reCAPTCHA->new; # Output form print $c->get_html( 'your public key here' ); # Verify submission my $result = $c->check_answer( 'your private key here', $ENV{'REMOTE_ADDR'}, $challenge, $response ); if ( $result->{is_valid} ) { print "Yes!"; } else { # Error $error = $result->{error}; } Requirements: · Perl


Captcha::reCAPTCHA Related Software