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 unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]