in reply to (jeffa) Re: HTML::Template - Two columns?
in thread HTML::Template - Two columns?

Jeff,

Thanks, but no. That's similar to the current code. What I'd really like is:

name14name22
name33

Template's implicit indexing of the array makes this more difficult than it might be.

I could do

[ oddName => xxx, oddScore => zzz, evenName => xxx, evenScore => ddd ]
but that doesn't seem elegant :)

Mike