The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDF::Template::Container::Loop

PURPOSE

To provide a looping construct

NODE NAME

LOOP

INHERITANCE

PDF::Template::Container

ATTRIBUTES

  • NAME - the name of a parameter that points to an array of hashes.

CHILDREN

None

AFFECTS

Nothing

DEPENDENCIES

FOOTER - indicates where to pagebreak

USAGE

  <loop name="LOOPY">
    ... Children here ...
  </loop>

The children tags will have access to the values specified in LOOPY, as well as the parameters specifed outside.

AUTHOR

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

HTML::Template, FOOTER