- or download this
my $message = join '', map cleanline($_), <DATA>;
...
...
return "$line\n<br>\n";
}
}
- or download this
if ($biglist =~ m%$bq%ig ) #
{
$biglist =~ s%$bq% %ig; # replace with space, case inse
+nsitive, g
lobal
}
- or download this
$biglist =~ s%$bq% %ig;
- or download this
<pre>
blah blah blah blah blah
...
Vishwam Annam wrote:
</pre>
- or download this
our $re_bq;
$re_bq = qr{
...
}xsi;
...
$message =~ s{$re_bq\s*\z}{};