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,
Dean
In reply to Re: Best Module for Cross-Site Scripting ?
by duelafn
in thread Best Module for Cross-Site Scripting ?
by gube
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |