in reply to encode get request parameters

Check out URI::Escape, which is included as a part of the URI package (a standard package; ie, you probably already have it installed).

bbfu
Seasons don't fear The Reaper.
Nor do the wind, the sun, and the rain.
We can be like they are.

  • Comment on (bbfu) (URI::Escape) Re: encode get request parameters

Replies are listed 'Best First'.
Re: (bbfu) (URI::Escape) Re: encode get request parameters
by petesmiley (Friar) on Sep 06, 2001 at 20:36 UTC
    Thanks, I found Enurl but it isn't included, just hacked it up for my own use. I don't have root access to this computer. URI::Escape is already installed, so I'll use it. :)