NAME
HTML::Editor::BBCODE
required Modules
HTML::Entities,
Syntax::Highlight::Perl
SYNOPSIS
use HTML::Editor::BBCODE;
my $test = '
[code]
print "testIt";
[/code]
';
BBCODE(\$test);
print $test;
DESCRIPTION
bbcode to html
EXPORT
BBCODE()
BBCODE
Public
BBCODE
AUTHOR
Dirk Lindner <lze@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Hr. Dirk Lindner
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.