in reply to Re: View The HTML ???
in thread View The HTML ???
@HTMLUN2 = map { s/</</; $_ } @HTMLUN1; @HTML = map { s/>/>/; $_ } @HTMLUN2; print <<HTML; <textarea>@{[join("",@HTML)]}</textarea> HTML
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: View The HTML ???
by Aristotle (Chancellor) on Aug 26, 2003 at 02:52 UTC | |
by asarih (Hermit) on Aug 26, 2003 at 02:58 UTC | |
by halley (Prior) on Aug 26, 2003 at 16:18 UTC |