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

Excel::Template::Container::Conditional - Excel::Template::Container::Conditional

To provide conditional execution of children nodes

IF

CONTAINER

None

None

None

  <if name="__ODD__" is="false">
    ... Children here
  </if>

In the above example, the children will be executed if the value of __ODD__ (which is set by the LOOP node) is false. So, for all even iterations.

Rob Kinyon (rob.kinyon@gmail.com)

LOOP, VAR

2022-06-13 perl v5.34.0