On Wed, Jun 28, 2006 at 06:41:35PM -0700, Michael Heth wrote:

> http://%74%6c%61%67%75%73%67%68%38%32.%63%61%66%65%32%34.%63%6f%6d/ 
> src/spam_input.asp?
> 
> Anyone know of a way to automate or process the above into something  
> readable other than doing it by hand?

Here's a way to do it in Perl:

#!/usr/local/bin/perl -p

s/%([0-9A-Fa-f]{2})/chr hex $1/ge;

__END__

Ronald

-- 
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to