Help for this page

Select Code to Download


  1. or download this
    use DBI;
    $db = DBI->connect("dbi:ODBC:$DSN");
    ...
     $insert->execute($email, $titlePage)
      or die "Failed to insert the email $email : ".$db->errstr."\n";
    }