http://qs1969.pair.com?node_id=286564


in reply to Re: View The HTML ???
in thread View The HTML ???

Yea right now I just have a whole list of filters
@HTMLUN2 = map { s/</&lt/; $_ } @HTMLUN1; @HTML = map { s/>/&gt/; $_ } @HTMLUN2; print <<HTML; <textarea>@{[join("",@HTML)]}</textarea> HTML

I am looking for the command that does all the stuff for me, so i don't need to map { everything.