Somewhere else in your script or a library that conversion is happening. But try the following Perl program out locally (ie not through a browser):
How is the URL being sent? If you are sending it to a browser and thence to a CGI program, try "view source" on the page in the browser and see if you can see if the conversion happens before you send it or after it is received. If it happens before you send it then I would start looking around for some post-processing that got messed up. If it happens after you receive it I would strongly suspect that the receiving script does not use CGI. See chromatic's home node for why that is officially a Bad Idea.my $foo = "http://www.foo.com/blah.cgi?timeskew=5"; print "$foo\n";
In reply to Re (tilly) 1: times = 'x'?
by tilly
in thread times = 'x'?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |