I hope I'm asking this in the correct forum, if not, please point me in the correct direction.
I have an html form, which calls a perl cgi script. Everything works until I enter certain data in the fields. Specifically, I have an input field like so:
Unfortunately, the data I need to enter in this field begins with a bang (!). The form misinterprets this and my cgi script dies because the ! gets interpreted as something like %21. Anyone have any idea how I can get that special character to work?
I have an html form, which calls a perl cgi script. Everything works until I enter certain data in the fields. Specifically, I have an input field like so:
Code:
<b>Login:</b> <input type="password" name=login> <br>