#!/usr/bin/perl print "Content-type: text/html\n\n"; use Captcha::reCAPTCHA::V2; print "Hello World\n"; exit;