Help for this page

Select Code to Download


  1. or download this
    my $insert_query = "INSERT INTO $table VALUES ( $layout )";
    my $sth = $dbh->prepare($insert_query) or die $DBI::errstr;
    $sth->execute(@values) or die $DBI::errstr;