![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^3: View The HTML ???by Aristotle (Chancellor) |
on Aug 26, 2003 at 02:52 UTC ( [id://286566]=note: print w/replies, xml ) | Need Help?? |
Update: I'm a klutz.. don't forget to see asarih's reply below. FWIW, you need to add s/&/&/g; to your substitutions for a minimal escaping solution. Also, you must terminate your entities with a semicolon - it's < and not <. (Well, the latter is acceptable in some cases under SGML, but don't go there unless you like headaches.) A few style suggestions on your code - try something like this: Much easier on the eyes, no? Anyway, as I've already said:
Makeshifts last the longest.
In Section
Seekers of Perl Wisdom
|
|