Don't see a CPAN module that does this explicitly. However, the SQL Server Documentation says there are very few characters encoded, and they're all covered by URI::Escape. So, untested but may work for ya:
UGH... that is actually powershell documentation... Do you have an example of an encoded string?use URI::Escape; print uri_unescape(">>>%5C %2F %3A %25 %3C %3E %2A %3F %5B %5D %7C<<<" +);
In reply to Re: Perl script to decode SQL ENCODE function
by Loops
in thread Perl script to decode MySQL ENCODE() function
by Martin90
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |