Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(dkubb) Re: (2) Outputing data from mySQL query into format for use with HTML::Template

by dkubb (Deacon)
on Mar 10, 2001 at 08:11 UTC ( [id://63435]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %attr = (
      dbi_fetchall_arrayref_attr => {},
    );
    ...
    $template->param(
      rows => $dbh->selectall_arrayref($statement, \%attr, $value),
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-16 17:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found