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/
report
$client->report($captcha->{"captcha"});
Report a bad resolved image
upload
getUser
connect
close
getCaptcha
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