PDF::FromHTML::Template::Container::Conditional(3pm) User Contributed Perl Documentation PDF::FromHTML::Template::Container::Conditional(3pm)

PDF::FromHTML::Template::Container::Conditional - Conditionally allow children to render

CONDITIONAL IF (an alias for CONDITIONAL)

PDF::FromHTML::Template::Container

None

Nothing

None

  <if name="__PAGE__" OP="!=" VALUE="__LAST_PAGE__">
    ... Children execute if the current page is not the last page ...
  </if>
  <if name="Param1" OP="eq" VALUE="$Param2">
    ... Children execute if Param1 is string-wise equals to Param2 ...
  </if>

Rob Kinyon (rkinyon@columbus.rr.com)

2023-02-14 perl v5.36.0