* \TESTags

# \TOASin

:\FONT{color=blue}<item>: list \TESpo\TOASints.

And in
a \TEST<block>.

<<EOM

Tags are currently \TEST<not>
processed in \TOAST<Verbatim blocks>.

EOM

String parameter: \TEST{t=test addr="http://www.perl.com"}<test>

This is a simple text paragraph, a single liner.

This is a multi liner, but still ONE paragraph.

Text paragraphs, once started, may be continued at ANY position of subsequent lines.

A final one for now.

$word=word

$words=words words words

$number=17

$string1="double quotes"

$string2='single quotes'

$multiline=one line next line 3rd line

${noAssignment}=no assignment

Text: $word.

$words at the beginning.

And these are number ($number), double ($string1) and single quoted ($string2) strings.

This was assigned in a multiline: $multiline.

Text: ${word}.

${words} at the beginning.

And these are number (${number}), double (${string1}) and single quoted (${string2}) strings.

This as assigned in a multiline: ${multiline}.

Variables in
a code block:
$word, ${word}.

<<EOM

Variables in
a verbatim block:
$word, ${word}.

EOM

$nondeclared ${variables}.

$value=1st

value is $value.

$value=2nd

value is $value.

$value=3rd

value is $value.

$nested1=$word $value

$nested2=$number $nested1 $number

\embed{lang=perl}$main::nested2;\end_embed

<<CODE This is a verbatim block.

Tags are not recognized here.

Empty lines do not terminate the paragraph.
Anything could be placed within, even if it has
special meanings otherwhere.

A verbatim block is structured like a "here document":
a user declared string terminates it.

CODE

<<SECOND_VERBATIM_PARAGRAPH

Just another example. Look: verbatim text can start at the beginning of a line! (Of course, the declared termination string should be avoided until the real point of completion:

SECOND_VERBATIM_PARAGRAPH

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 31:

Unknown directive: =Tag

Around line 33:

Deleting unknown formatting code T<>

Around line 35:

Deleting unknown formatting code T<>

Around line 37:

Deleting unknown formatting code T<>

Deleting unknown formatting code T<>