Help for this page

Select Code to Download


  1. or download this
    tagname => {
        code => sub { ... },
    },
    
  2. or download this
    my $p = Parse::BBCode->new({
        tags => {
            ...
    ...
                    my ($parser, $attr, $content, $attribute_fallback) = @
    +_;
                },
            }, ...