Group
Extension

Matches 1

Captcha-AreYouAHuman ( J/JO/JONATAYAH/Captcha-AreYouAHuman-0.00004.zip, JONATAYAH, 2012; MetaCPAN )
Captcha-AreYouAHuman/lib/Captcha/AreYouAHuman.pm ( view source; MetaCPAN )
nklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

use LWP::UserAgent;
use URI::Escape;
use JSON;

# Create a new instance;
# parameters are passed with key => value
# with parameters server, pu
s->is_success) {
                # JSON decode and evaluate result
                my $results;
                eval {
                        $results = decode_json($res->content);
                };


                if ($@) {
                        $self->errorLog("Could not JSON decode: " . $res->content);
                        return 0;
                } else {
                        retur

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.