![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: clean html tagsby Anonymous Monk |
on Jan 25, 2007 at 19:24 UTC ( #596602=note: print w/replies, xml ) | Need Help?? |
The previous poster is right in that this is not clean HTML. I also do not know whether you merely want to escape HTML entities, however, you might want to try HTML::TreeBuilder to build a HTML parse tree and HTML::Element, specifically the as_HTML() sub, to output the HTML. You can use as_HTML to escape HTML entities.
Johannes
In Section
Seekers of Perl Wisdom
|
|