Help for this page

Select Code to Download


  1. or download this
      my $dbh =DBI->connect(
            "dbi:$dbidriver(RaiseError=>1,Taint=>1):dbname=$dbname;host=$d
    +bhost", "$dbusername", "$dbpassword", );
    ...
        $template->param( {%stuff} );
    #print out
        print $template->output;
    
  2. or download this
    <table>
    <tr><td>name</td></tr>
    ...
    
    </tmpl_loop>