Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Beginner question about displaying database contents using HTML Template

by jZed (Prior)
on Jul 19, 2006 at 19:39 UTC ( [id://562400]=note: print w/replies, xml ) Need Help??


in reply to Beginner question about displaying database contents using HTML Template

HTML::Template can handle an AoH (array of hash references) which can easily be returned from a DBI query like this:
my $aoh = $dbh->selectall_arrayref($sql,{Slice=>{}});
  • Comment on Re: Beginner question about displaying database contents using HTML Template
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://562400]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found