RE: [htmltmpl] Getting Data from DBI into H::T

2002-09-03 Thread Chris Davies
Will [[EMAIL PROTECTED]] wrote: > I am working on H::T loops. Right now I am looking to > pull info out of MySQL via Perl's DBI module, and then > stuff that data into HTML tables generated by H::T. [...] > Does anyone have any good advice on how to get through > this? If you do a search in th

Re: [htmltmpl] Getting Data from DBI into H::T

2002-09-03 Thread Benjamin
Hi, > I know that to use H::T loops feature, I'll have to > (if I have this right) sort of "nest" a hash in an > array, but I am not sure of how to create the hash in > a way H::T will be able to work with it. > DBI supports a number of different method calls, like > fetchrow_hashref and others

[htmltmpl] Getting Data from DBI into H::T

2002-09-03 Thread Will
Greets Folks, I am working on H::T loops. Right now I am looking to pull info out of MySQL via Perl's DBI module, and then stuff that data into HTML tables generated by H::T. I know that to use H::T loops feature, I'll have to (if I have this right) sort of "nest" a hash in an array, but I am n