table of contents
Text::Context::Para(3pm) | User Contributed Perl Documentation | Text::Context::Para(3pm) |
NAME¶
Text::Context::Para - A paragraph in context
DESCRIPTION¶
This is a paragraph being used by Text::Context.
CONSTRUCTOR¶
new¶
my $para = Text::Context::Para->new($content, $order);
METHODS¶
best_keywords / slim¶
as_text / marked_up¶
You can override DEFAULT_START_TAG and DEFAULT_END_TAG. These default to <span class="quoted"> and </span>
2021-01-06 | perl v5.32.0 |