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
Use the URI::Escape module from the URI
distribution, which is used by pretty much everything.
You can use the uri_encode
and uri_decode
functions in the URI::Encode package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With