![]() |
![]()
| ![]() |
![]()
NAMEExcel::Template::Container::Loop - Excel::Template::Container::Loop PURPOSETo provide looping NODE NAMELOOP INHERITANCEExcel::Template::Container ATTRIBUTES
CHILDRENNone EFFECTSNone DEPENDENCIESNone USAGE<loop name="LOOPY"> ... Children here ... </loop> In the above example, the children nodes would have access to the LOOPY array of hashes as parameters. Each iteration through the array would expose a different hash of parameters to the children. These loops work just like HTML::Template's loops. (I promise I'll give more info here!) There is one difference - I prefer using Perl-like scoping, so accessing of variables outside the LOOP scope from within is perfectly acceptable. You can also hide outside variables with inner values, if you desire, just like Perl. AUTHORRob Kinyon (rob.kinyon@gmail.com) SEE ALSO
|