Re: reCaptcha with CGI::Application and HTML::Template help?!?

2009-06-24 Thread Scott
Scott wrote: my $c = Captcha::reCAPTCHA->new; $template->param(CAPTCHA => $c->get_html( 'mypubkeyitookout' )); my $result = $c->check_answer( 'myprivkeyitookout', $ENV{'REMOTE_ADDR'}, my $challenge = $query->param("recaptcha_challenge_field"), my $response

Re: reCaptcha with CGI::Application and HTML::Template help?!?

2009-06-24 Thread Scott
my $c = Captcha::reCAPTCHA->new; $template->param(CAPTCHA => $c->get_html( 'mypubkeyitookout' )); my $result = $c->check_answer( 'myprivkeyitookout', $ENV{'REMOTE_ADDR'}, my $challenge = $query->param("recaptcha_challenge_field"), my $res

reCaptcha with CGI::Application and HTML::Template help?!?

2009-06-24 Thread Scott
First of all thanks for those that help me with this. I am roughly new to Perl web development so this is a little over my head with this. I am trying to implement ReCaptcha http://search.cpan.org/~andya/Captcha-reCAPTCHA-0.92/lib/Captcha/reCAPTCHA.pm into my registration form that is using Cgi

RE: HTML::Template help continues....

2005-03-29 Thread Charles K. Clarkson
Hawkes, Mick I wrote: : Here is the test page: : : : Oh, you're one of those no DOCTYPE people, huh. :) : [snipped helpful code. : status:"> That should be: status: : " selected> That should be (note the missing spaces): " selected> Bett

HTML::Template Help 2

2005-03-29 Thread Hawkes, Mick I
Guys! I found the problem! It was the form line (see below) when I commented this out it worked! So, ok WHY? I am really lost with some of this stuff, I noticed that stuffs them up too. Cheers Confused :-) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

HTML::Template help continues....

2005-03-29 Thread Hawkes, Mick I
Hi all, First off thanks to Charles and Offer for there help. Err, the spelling should have been the same :-) Silly error, done in haste. Anyway I fixed it all up but it still doesn't work! :-(. I sliced it up to a test page and played with it but I still can't get the darn thing working. Oh a

RE: HTML::Template help

2005-03-28 Thread Charles K. Clarkson
Hawkes, Mick I wrote: [snipped code] That code has nothing to do with the template (and it looks really ugly -- use some white space). : As I said above all the other parameters are returned, this one, : which is the only pulldown select I use, doesn't : :

Re: HTML::Template help

2005-03-28 Thread Offer Kaye
On Tue, 29 Mar 2005 13:51:44 +1000, Hawkes, Mick I wrote: > Hi all, > > All i want is a pull down select to work. I can get it to display passed data > but I just can't get it to > return the selection. here is a code snippit (its inside a table) . > > "> You're missing a "<" before the "TMPL"

RE: HTML::Template help

2005-03-28 Thread Hawkes, Mick I
Hawkes, Mick I wrote: : All i want is a pull down select to work. I can get it to display : passed data but I just can't get it to return the selection. here is : a code snippit (its inside a table) . : : ">

RE: HTML::Template help

2005-03-28 Thread Charles K. Clarkson
Hawkes, Mick I wrote: : All i want is a pull down select to work. I can get it to display : passed data but I just can't get it to return the selection. here is : a code snippit (its inside a table) . : : "> : " selected> >Open : Pending : Closed : : : so why doe

HTML::Template help

2005-03-28 Thread Hawkes, Mick I
Hi all, All i want is a pull down select to work. I can get it to display passed data but I just can't get it to return the selection. here is a code snippit (its inside a table) . "> " selected> >Open Pending Closed so why doesn't it work? TIA cheers Mick Hawkes -- To unsub

Re: More HTML::Template help

2002-04-12 Thread Jenda Krynicky
From: Elaine -HFB- Ashton <[EMAIL PROTECTED]> > A Taylor [[EMAIL PROTECTED]] quoth: > *> > *>My question is where do I run these commands from - I have > downloaded and *>un-zipped the HTML-Template fron CPAN but am having > difficulties installing *>it. I was hoping that it woul

Re: More HTML::Template help

2002-04-12 Thread Elaine -HFB- Ashton
A Taylor [[EMAIL PROTECTED]] quoth: *> *>My question is where do I run these commands from - I have downloaded and *>un-zipped the HTML-Template fron CPAN but am having difficulties installing *>it. I was hoping that it would be as easy as TELNETing in to the server *>space but I cant even do t

More HTML::Template help

2002-04-12 Thread A Taylor
I am trying to install HTML::Template into a local directory and it seems that i have to use the following: perl Makefile.PL PREFIX=/path_to_your_home \ INSTALLPRIVLIB=/path_to_your_home/lib/perl5 \ INSTALLSCRIPT=/path_to_your_home/bin \ INSTALLSITELIB=/path_to_your_home/lib/perl5/si