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

Thanks for you kind help.

The problem was fixed by adding this line:

use lib '/home/username/perl5/lib/perl5';

It would appear that the server was setup that any module that I installed is specific for my site only.
  • Comment on Re^4: Captcha::reCAPTCHA::V2 Not Working

Replies are listed 'Best First'.
Re^5: Captcha::reCAPTCHA::V2 Not Working
by marto (Cardinal) on Jan 11, 2019 at 13:06 UTC

    "It would appear that the server was setup that any module that I installed is specific for my site only."

    Quite right too :) See local::lib.