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


in reply to Regex not matching all in DB

you need to escape some stuff...try:
$_[0] =~ s/\&lt\;/</g; $_[0] =~ s/\&gt\;/>/g;