> I have a String which I am forming inside a variable. Say > > my > $urlString="http://www.yahoo.com/mail?username=anishkumar_k&us > erid=1234.0&companyname=abc". > > I am printing this string in a browser through CGI. In that case > > I am getting the URL with encoded characters for = say now it > looks like > http://www.yahoo.com/mail?username=anishkumar_k&userid%3234.0& > companyname=abc > > Please check the userid value it is encoded. How can I stop > change the URL.
You could try using UTF-8 URIs, but otherwise you have to encode all names and values in the URI, or it's not a URI. -- http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>