in reply to Re: REQUEST_URI from $ENV gets truncated
in thread REQUEST_URI from $ENV gets truncated

I've never seen any beginner get it right using only URI::Escape. Much better to use URI directly and use the query_form call to do the right semi-escaping. You don't want to escape the ampersands between the fields, for example.

I've posted examples of using URI with query_form here before.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: REQUEST_URI from $ENV gets truncated