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

kiat has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I would like to know if anybody has written or knows of any module or a simple sub that does the work of replacing tags like

[b]Text\[/b] [glow]Text[/glow]
in a block of text with their corresponding html tags
<b>Text</b>
I need it for a small discussion board I'm coding and I'm hoping that there's a module or sub out there that I can depend on for the conversion.