1Text::Context::Para(3)User Contributed Perl DocumentationText::Context::Para(3)
23
4
NAME
6Text::Context::Para - A paragraph in context
7
DESCRIPTION
9This is a paragraph being used by Text::Context.
10
CONSTRUCTOR
12new
13my $para = Text::Context::Para->new($content, $order);
14
METHODS
16best_keywords / slim
17as_text / marked_up
18You can override DEFAULT_START_TAG and DEFAULT_END_TAG. These default
19to <span class="quoted"> and </span>
2021
22
23
perl v5.38.0 2023-07-21 Text::Context::Para(3)