Ahh...Now you've specified.

Anyway, it works just as well. Here is my final edit:
In sub reverse_ubb_code:
$match++ if $_[0] =~ s/(<blockquote><pre />)(.+?)(<pre /></blockquote>)/[CODE]$2
/isg;[/code]And in sub ProcessCodeTag:
return qq~<blockquote><pre />$message<pre /></blockquote>~;
Much cleaner now with one line of coding. Thanks again for the mod.
