When I use the Mark Mark (?) Character in the CLI parameter, it does not populate the value (using http://search.cpan.org/dist/CGI/lib/CGI.pm#DEBUGGING ). Even if he escaped.
This will not populate "param" at all:
perl httpPost.pl param = "http://www.test.com/?user=test"
perl httpPost.pl param = "http://www.test.com/\?user=test"
Will this return the characters until?
source share