in reply to (jeffa) Re: HTML::Template - Two columns?
in thread HTML::Template - Two columns?
Thanks, but no. That's similar to the current code. What I'd really like is:
| name1 | 4 | name2 | 2 |
| name3 | 3 |
Template's implicit indexing of the array makes this more difficult than it might be.
I could do
but that doesn't seem elegant :)[ oddName => xxx, oddScore => zzz, evenName => xxx, evenScore => ddd ]
Mike
|
|---|