in reply to Encoding values for parameters in URL

Check out URI::Escape for the value escaping. Expect problems when the size of your URL grows to more than 2k. There is a hard limit at which the browser will ignore URL data.
  • Comment on Re: Encoding values for parameters in URL

Replies are listed 'Best First'.
Re^2: Encoding values for parameters in URL
by polettix (Vicar) on Apr 01, 2005 at 11:33 UTC
    To get around the limit, switch to mimic a POST method instead of a plain GET - LWP and Mechanize can help with that.

    Flavio (perl -e "print(scalar(reverse('ti.xittelop@oivalf')))")

    Don't fool yourself.
A reply falls below the community's threshold of quality. You may see it by logging in.