Archive

Posts Tagged ‘pearl’

Install Captcha To Form Using Pearl

January 10th, 2012 Comments off

I have a php register form that needs captcha protection. The form uses a cgi-file, which needs to be connected to the captcha script somehow. Any working captcha is fine, e.g. re-captcha: http://www.google.com/recaptcha

Here is the register form: http://www.freelanceri.info/register.html
I need these fake spam profiles to stop appearing: http://www.freelanceri.info/cgi-bin/search.cgi?sortby=date& reverse=yes& action=browse

Pearl Homework

March 8th, 2010 Comments off

I have some pearl programming homework needing done its 1 page long pay is 10.00 for it its pretty easy if you know the language , this is due in next 4-5 hours max so you must be able to start asap.

Bug Fix In Pearl Script

March 29th, 2009 Comments off

I have a pearl script that reads data and allows manipulation from a text data file.

For some reason, the last field in the database is not being saved when editing records any longer (If any field is edited, this data disappears from the null field on save). It is the field “null” which is autofilled by the script that writes the data to the file.

I would like to do two things:

1. Change the name of null to processed.

2. Fix script so that when a record is edited and saved again that the data that was in this last field remains in the record.

Thanks,
Mike

Bear