<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Those are HTML entities (the &...; bits), so the HTML::Entities module (part of the HTML::Parser distribution) will do it for you<br><br>Doug Bell<div><a href="mailto:madcityzen@gmail.com">madcityzen@gmail.com</a></div></div><div><br>On Aug 31, 2015, at 1:01 PM, Jim Jacobus <<a href="mailto:JJacobus@ponyx.com">JJacobus@ponyx.com</a>> wrote:<br><br></div><blockquote type="cite"><div>

<font size="3"><br>
</font>I feel dumb for asking, but is there a quick way to convert:<br>
<code><br><br>
%#x3cIMG
SRC=&#106;&#97;&#118;&#97;&#115;&#99;&#114;&#105;&#112;&#116;&#58;&#97;&#108;&#101;&#114;&#116;&#40;
&#39;&#88;&#83;&#83;&#39;&#41;%#x3e<br><br>
</code><br>
to <br>
<code><br><br>
<IMG SRC=javascript:alert( 'XSS')> <br><br>
</code><br>
I thought there would be a cpan module for this.<br>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Chicago-talk mailing list</span><br><span><a href="mailto:Chicago-talk@pm.org">Chicago-talk@pm.org</a></span><br><span><a href="http://mail.pm.org/mailman/listinfo/chicago-talk">http://mail.pm.org/mailman/listinfo/chicago-talk</a></span></div></blockquote></body></html>