Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: get query string to HTML::Template

by lithron (Chaplain)
on Dec 21, 2006 at 16:10 UTC ( [id://591123]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my @loop_data = ();
        while ( my @rw = $sth->fetchrow_array ) {
    ...
        }
        $template->param( VIEW_DATA => \@loop_data );
        print $template->output();
    
  2. or download this
       <TMPL_LOOP NAME=VIEW_DATA>
          ID: <TMPL_VAR NAME=ID> <br>
          USERNAME:  <TMPL_VAR NAME=USERNAME> <br>
          TIME: <TMPL_VAR NAME=TIME> <br>
       </TMPL_LOOP>
    

Log In?
Username:
Password:

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

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

    No recent polls found