http://www.perlmonks.org?node_id=410231


in reply to Re: Pearls (not really) of Perl programming
in thread Pearls (not really) of Perl programming

Seems kutsu doesn't know about using a seperator other than / ;) Neither \Q\E nor quotemeta() are needed here.

s#%B%#<b>#g; s#/B/#</b>#g;