in reply to Re: Can the "#" character be passed via $ENV{QUERY_STRING} ?
in thread Can the "#" character be passed via $ENV{QUERY_STRING} ?

Of course %23 appears literally in QUERY_STRING. The recommendation was to use CGI to read your query, and CGI automatically decodes these fields. Doing CGI without using CGI or CGI::Simple is simply asking for problems, and this is probably among the least of those problems.

  • Comment on Re^2: Can the "#" character be passed via $ENV{QUERY_STRING} ?