in reply to Re^2: HTML::Template - loop order
in thread HTML::Template - loop order

concerning the second problem I can suggest two ways

Replies are listed 'Best First'.
Re^4: HTML::Template - loop order
by tinita (Parson) on Aug 04, 2004 at 07:52 UTC
    If you can use unique names for you LOOPs ...
    yes, i actually can (but in this early stage i might redesign the whole thing...). but that's a nice idea. then i don't need to query() the template just need to query the template once.
    If your LOOPs are not huge then
    that's something i don't know. the code should be good for any kind of data. but that might be a good candidate for an option like use MyModule qw(auto_reverse) or something.