Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare(qq{INSERT INTO `tutpoint_tbl` (`column-1`,`col
    +umn-2`,`column-3`) VALUES (?,?,?)});
    
  2. or download this
    $sth->execute("$tut_id","$tut_title","$tut_author") || die $DBI::errst
    +r;
    
  3. or download this
    use warnings;