Gossamer Forum
Home : General : Perl Programming :

Re: [bartb] cgi-question: html->perl text input

Quote Reply
Re: [bartb] cgi-question: html->perl text input In reply to
well, i guess this is just the way HTTP does it.
i will pass each input through a battery of replacing functions (like this for putting in the commas: $arg_value =~ s/\%2C/\,/g;).

that is my best solution for now. I thought there might be a standard function or script for this - i am sure i am not the first person to run into this. let he who knows teach me, for now, thanks for your reply.

b.
Subject Author Views Date
Thread cgi-question: html->perl text input bartb 9605 Jan 6, 2006, 8:10 AM
Thread Re: [bartb] cgi-question: html->perl text input
webmaster33 9474 Jan 6, 2006, 8:15 AM
Thread Re: [webmaster33] cgi-question: html->perl text input
bartb 9465 Jan 6, 2006, 8:37 AM
Post Re: [bartb] cgi-question: html->perl text input
bartb 9507 Jan 6, 2006, 9:02 AM
Thread Re: [bartb] cgi-question: html->perl text input
webmaster33 9452 Jan 6, 2006, 9:54 AM
Thread Re: [webmaster33] cgi-question: html->perl text input
bartb 9462 Jan 6, 2006, 10:03 AM
Thread Re: [bartb] cgi-question: html->perl text input
webmaster33 9490 Jan 6, 2006, 10:15 AM
Post Re: [webmaster33] cgi-question: html->perl text input
bartb 9476 Jan 6, 2006, 10:22 AM
Thread Re: [webmaster33] cgi-question: html->perl text input
mkp 9398 Feb 26, 2006, 6:41 AM
Thread Re: [mkp] cgi-question: html->perl text input
webmaster33 9386 Feb 26, 2006, 7:33 PM
Thread Re: [webmaster33] cgi-question: html->perl text input
mkp 9359 Feb 26, 2006, 9:19 PM
Post Re: [mkp] cgi-question: html->perl text input
webmaster33 9342 Mar 2, 2006, 3:48 AM