active part | description | example |
condition | A paragraph type to control inclusion of all subsequent source parts before the next condition. | ? $PerlPoint->{targetLanguage} eq "HTML" |
tag condition | A special tag option available for all tags which accept options which flags whether the tag should take effect or not. If Active Contents is disabled, the condition defaults to be false. | \IMAGE{_cnd_="$illustrate" src="piegraph.gif"} |
embedded Perl | Perl code embedded into \EMBED and \END_EMBED tags, marked as Perl by tag option lang set to "perl" . The code is expected to return a string which will be interpreted as PerlPoint. | This document was generated by perl \EMBED{lang=perl}$]\END_EMBED. |
included Perl | Perl code read from a file via an \INCLUDE tag, marked as Perl by tag option type set to "perl" . File contents is evaluated like embedded Perl. | \INCLUDE{type=perl file="included.pl"} |