Yes, phranque, that link you posted above is exactly where I originally got that captcha code off Google's web site, and implemented exactly as they show you on that page, adding those sections directly to my already working FormMail.pl file. Google's web site said it was for FormMail.pl.
Here is more info on the headers identifying the orignation of my FormMail.pl:
# nms Formmail
Version 3.14c1 #
# Copyright 2001 London Perl Mongers
All rights reserved #
# Created 11/11/01
Last Modified 08/11/04 #
# Matt's Script Archive: [
scriptarchive.com...] #
##############################################################################
# nms Formmail has been created as a drop in replacement for the FormMail
#
# found at Matt's Script Archive. Both the original and nms versions of this
#
# script can be found at the above URL.
Support for nms Formmail is #
# available through: nms-cgi-Support@lists.sourceforge.net #
##############################################################################
#
# NMS FormMail Version 3.14c1
The formmail.pl code is a standard across numerous companies. It was supplied by my web host NTT/Verio, it's generated automatically, and you just change a few items like where the mail gets forwarded to, etc. The formmail code was already working perfectly for me for a year, but this month I started receiving tons of spam every hour from loser drug sites, so I decided to add the reCaptcha code from Google, as their link above mentions.
So what do I do from here?