Hi

I have a String which I am forming inside a variable. Say

my $urlString="http://www.yahoo.com/mail?username=anishkumar_k&userid=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.

Thanks
Anish


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to