>> 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
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
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