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


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

If you're not going to use the CGI or other already-invented wheels, do make sure you get your ordering right, or you'll end up with <BR>  all over the place.
for (@HTML) { s/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g; }

If you really wanted to use the map method, you don't need intermediate variables for each possible step. @finished = map { ... } map { ... } map { ... } @originals works just fine. (The last mentioned map is performed first.)

--
[ e d @ h a l l e y . c c ]