Next: trans_table=filename Previous: safeOpcode=opcode Contents: Contents |
This option allows you to pass certain settings - of your choice - to active contents (like conditions) where it can be accessed via the $PerlPoint hash reference. For example, your PerlPoint code could contain a condition like
? $PerlPoint->{userSettings}{special} Special part. ? 1 |
The special part enclosed by the two conditions would then be processed MKITALIonly
if you call pp2html
with
--set special |
and if active contents was enabled by MKITALI-active
, of course.
This option can be used multiply.
Next: trans_table=filename Previous: safeOpcode=opcode Contents: Contents |