in reply to Re^3: View The HTML ???
in thread View The HTML ???
for (@HTML) { s/&/&/g; s/</</g; s/>/>/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 ]
|
|---|