Re: function to encode/decode url

2003-08-19 Thread Morbus Iff
>> Can anyone tell me where I can find encoding functions like >> encode("[EMAIL PROTECTED]") ==> ram%40yahoo.com >> and decode("ram%40yahoo.com") ==> [EMAIL PROTECTED] > >As usualy. See CPAN - http://search.cpan.org/ >Eg. CGI::Enurl + CGI::Deurl I prefer URI::Escape, myself. -- Morbus Iff ( i'm

Re: function to encode/decode url

2003-08-19 Thread Jenda Krynicky
From: Ramprasad A Padmanabhan <[EMAIL PROTECTED]> > I know there must be a function to encode/decode urls > I was searching the LWP documentation but couldnt find any > > Can anyone tell me where I can find encoding functions like > > encode("[EMAIL PROTECTED]") ==> ram%40yahoo.com > > and decod

function to encode/decode url

2003-08-19 Thread Ramprasad A Padmanabhan
I know there must be a function to encode/decode urls I was searching the LWP documentation but couldnt find any Can anyone tell me where I can find encoding functions like encode("[EMAIL PROTECTED]") ==> ram%40yahoo.com and decode("ram%40yahoo.com") ==> [EMAIL PROTECTED] Thanks Ram -- To unsubs