Help for this page

Select Code to Download


  1. or download this
    <table>
      <tmpl_loop name="row">
    ...
      </tmpl_loop>
    </table>
    
  2. or download this
    my $sth = $dbh->prepare(qq/ SELECT * FROM table /);
    $sth->execute;
    ...
    
    $sth->finish;