
tokyorelo
New User
Jul 31, 2012, 4:14 PM
Post #1 of 2
(638 views)
|
Hi, new guy I be. Trying to set up reCaptcha on my site using Perl. On my forms html page, when I try and put the following code in, I am immediately getting an error from expressions web 4.0 use Captcha::reCAPTCHA; my $c = Captcha::reCAPTCHA->new; I have installed the perl module for it. The '>' in that last line before the word 'new' is causing my entire html page to go all wonky, saying tags don't match. I have that code before any tags, even the <html> tag. What do I need to do? Is this just the expression web software not understanding the perl coding, and something I can just ignore? I hope I have given enough information here. Let me know if I can post more to help figure this out. Thanks for helping a beginner. Really appreciate it.
(This post was edited by tokyorelo on Jul 31, 2012, 4:21 PM)
|