http://qs321.pair.com?node_id=501044


in reply to Re^2: Tracking records to change/insert during CGI
in thread Tracking records to change/insert during CGI

Hi pboin,

You might want to try CGI::EncryptForm to encrypt the input fieldnames. When the form is submitted, you decrypt that fieldname back to the original. If the encrypted fieldname was corrupted, nothing gets decrypted and you get 'undef', so you reject the submsission.