|
|
| P is for Practical | |
| PerlMonks |
Re: Best Module for Cross-Site Scripting ?by duelafn (Priest) |
| on Aug 19, 2010 at 12:36 UTC ( #856017=note: print w/ replies, xml ) | Need Help?? |
|
The one time I actually needed to accept (and filter) HTML I used HTML::Scrubber and found it to be nice. However, all other times I simply use encode_entities($input, '<>&"'); from HTML::Entities (or an equivalent speedier sub). Good Day,
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||