NAME

DeathByCaptcha::SocketClient - DeathByCaptcha API interface .

SYNOPSIS

Usage:

   use DeathByCaptcha::SocketClient;
   my $client = DeathByCaptcha::SocketClient->new($Captcha_username, $Captcha_pass);                            

DESCRIPTION

DeathByCaptcha API interface

FUNCTIONS

constructor

   my $client = DeathByCaptcha::SocketClient->new($Captcha_username, $Captcha_pass);

To get deathbycaptcha account go to:

http://www.deathbycaptcha.com/

decode

   $captcha = $client->decode('captcha.png',+DeathByCaptcha::Client::DEFAULT_TIMEOUT); 
   $recaptcha_response=$captcha->{"text"};  
   print "Captcha: $recaptcha_response  \n";  

loadImage

connect

close

getBalance

getText

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html