Help for this page
<br></pre><br><img src=http://blah.microsoft.com/analog_sc/bp +/_lessons_learned/2788_1.jpg><br><br><br><img
#!/opt/perl/bin/perl -w ... $_[0] =~ s/</</g; # REPLACES ALL HTML < SYMBOLS IN DB $_[0] =~ s/>/>/g; # REPLACES ALL HTML > SYMBOLS IN DB }