PerlPoint-Package

 view release on metacpan or  search on metacpan

t/cache.pp  view on Meta::CPAN

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 was 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




\INCLUDE{file="pfilter-code.pp" type=pp}


||numberLines||=A filtered headline



||numberLines(10)||  A
  filtered
  block.



  With a
  continuation.



||numberLines(80)||  Another
  filtered
  block.

-

  With a non filtered
  successor.



||numberLines||<<EOE
  A

  filtered

  verbatim block.

  With special characters like "\" and ">".
  All right?
EOE



||numberLines||A filtered text with special characters like "\\" and ">".



||numberLines||* A filtered bullet list point.

# A filtered ordered list point.

:A filtered definition: list point.



||numberLines||  A
  filtered



( run in 2.177 seconds using v1.01-cache-2.11-cpan-71847e10f99 )