i pretty much want to parse out characters that have html entities except my little list of ',",<,> and &
and HTML::Entities allows you to parse out characters that have entities, and also allow you to state exactly which ones you want parsed. I want to state which ones i don't want parsed. Seeing there isn't any way to do this, I want a workaround (dang nabiit!)
I'll try what you gots,
-justin simoni
!skazat!
In reply to Re: Re: HTML::Entities question
by skazat
in thread HTML::Entities question
by skazat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |