Help for this page

Select Code to Download


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