Re: Removing "+" in $ENV{QUERY_STRING}
- From: justin@xxxxxxxxxxxxx (Justin Hawkins)
- Date: Mon, 25 Feb 2008 17:55:28 +0000
manojkumarg@xxxxxxxxxx wrote:
Hello List,
I am trying to build a webpage where I can enter hostname in a text box and up on hitting the key this searches multiple .csv files and prints them in the webpage itself. I am facing a problem with $ENV(QUERY_STRING} which take “+” when the textbox is entered with spaces in the beginning or end.
Tried to remove the starting and end spaces by s/^\s+// and s/\s+$// .Nothing works for me here. Am I doing any thing wrong here?
Can any one help me in removing the “+” in the printed value? Because of this “+” in the variable my search does not work.
Many people have already dealt with the problems of parsing the CGI environment variables. No need to re-invent that wheel :-)
Check out the 'CGI' module. The examples in the documentation will get you started very quickly.
$ perldoc CGI
- Justin
--
Justin Hawkins
justin@xxxxxxxxxxxxx
http://hawkins.id.au/~justin
.
- Follow-Ups:
- RE: Removing "+" in $ENV{QUERY_STRING}
- From: Manoj
- RE: Removing "+" in $ENV{QUERY_STRING}
- References:
- Removing "+" in $ENV{QUERY_STRING}
- From: manojkumarg
- Removing "+" in $ENV{QUERY_STRING}
- Prev by Date: Removing "+" in $ENV{QUERY_STRING}
- Next by Date: RE: Removing "+" in $ENV{QUERY_STRING}
- Previous by thread: Removing "+" in $ENV{QUERY_STRING}
- Next by thread: RE: Removing "+" in $ENV{QUERY_STRING}
- Index(es):
Relevant Pages
|