>And since you probably already know what the fields are,
>you can even skip the hash altogether. An array of arrays
>looks good to me
unfortunately, I need an array of hashes ;-). The best use is to just stick a ref to that array inside a tmpl_loop in HTML::Template. Besides, an aOfH is more intuitive for me. That said...
>I really don't see why you shouldn't do it the way you have it
>coded here.
because, one, I might not know what the variable names are (they may be variables... as alluded to below), and two, it just gets tiring typing out a hash structure especially if a lot of fields are involved. Tom's suggestion below works well for such a problem.
Thanks though for you help.