GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Excel::Template::Container::Loop(3) User Contributed Perl Documentation Excel::Template::Container::Loop(3)

Excel::Template::Container::Loop - Excel::Template::Container::Loop

To provide looping

LOOP

Excel::Template::Container

NAME

This is the name of the loop. It's used to identify within the parameter set what variables to expose to the children nodes each iteration.

None

None

None

  <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.

Rob Kinyon (rob.kinyon@gmail.com)

2012-04-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.