logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDF::FromHTML::Template::Container::Loop - Provide a looping construct

Affects

       Nothing

Attributes

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

Author

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.

See Also