PDF::FromHTML::Template::Container::Loop - Provide a looping construct
Contents
Affects
Nothing
Attributes
• NAME - the name of a parameter that points to an array of hashes.
Children
None
Dependencies
FOOTER - indicates where to pagebreak
Inheritance
PDF::FromHTML::Template::Container
Name
PDF::FromHTML::Template::Container::Loop - Provide a looping construct
Node Name
LOOP
See Also
HTML::Template, FOOTER
perl v5.38.2 2024-07-28 PDF::FromHTML::...Container::Loop(3pm)
Usage
<loop name="LOOPY">
... Children here ...
</loop>
The children tags will have access to the values specified in LOOPY, as well as the parameters specified
outside.
