Help for this page

Select Code to Download


  1. or download this
    my $dbh_t = DBIx::Threaded->connect("DBI:mysql:database=$database;host
    +=$host", $
    +user, $password);
    ...
    
    my $sth = $dbh->prepare("SELECT id,domain,DATE(created) FROM domain_li
    +st");
    $sth->execute();