Re: [htmltmpl] (newbie) How to populate an array of hash references one by one?
Brought to you by:
samtregar
From: Andrew B. <an...@br...> - 2003-11-25 13:11:40
|
On 11/25/03 at 1:24 AM, pk...@ei... (Puneet Kishor) wrote: > > On Nov 25, 2003, at 1:18 AM, Ken Corey wrote: > > So, I'm using anonymous array and hash operators to make an anonymous > array of hash references. (page 246, "The anonymous array composer", > camel book). > > That's great, but what if you don't know your content at programming > time? > > > On Mon, 2003-11-24 at 20:19, Puneet Kishor wrote: > >> This comes up frequently. Maybe the explanation(s) should be added > >> to the H::T docs (htdocs!) > > > > Might be a good idea! > > yeah... maybe Sam T might consider adding something like what I wrote > up... something that directly ties using DBI with H::T, because > inevitably someone will want to use MySQL or some such. > Seems to me that it's a question of using Perl data structures and references, not really an H::T question. The H::T documentation is already far superior to many modules out there. You need to draw the line somewhere. Whatever. Andrew |