- or download this
package MyApp::TT::Plugin::BBCodeFilter;
...
}
1;
- or download this
my %tpl_settings = (
...
...
...
);
my $tt = Template->new(%tpl_settings);
- or download this
[% USE BBCodeFilter -%]
<p>[% (comments || '(No Comments)') | bbcode %]</p>