in reply to Re: Captcha::reCAPTCHA::V2 Not Working
in thread Captcha::reCAPTCHA::V2 Not Working

use is done before any print. If CGI::Carp is available, insert
use CGI::Carp 'fatalsToBrowser';
right after she shebang line.

Update: better:

use CGI::Carp qw(fatalsToBrowser warningsToBrowser);