>>>>> "JustSome" == JustSome person <[EMAIL PROTECTED]> writes:

JustSome> I guess if it reiterated thru 3 times, the outer
JustSome> foreach loop.....then, I would have "3" dynamically
JustSome> created arrays in template toolkit...

JustSome> dynamicarray1 = []
JustSome> dynamicarray2 = []
JustSome> dynamicarray3 = []

<aside>

I'm often mystified as to where people get the programming pattern of
having a series of variables with similar names, and then "iterating"
through the variable names, rather than the *far* easier structure of
having them be components of one variable.

It keeps showing up over and over again.

MJD even had to write a long treatise on the subject in Perl:

<http://perl.plover.com/varvarname.html>

It'd be interesting to study the psychology of this, I guess.

</aside>

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates

Reply via email to