Help for this page

Select Code to Download


  1. or download this
    # $comment is a text comment, $id is a integer
    
    ...
    
    my $sth = $dbh->prepare($sql);
    my $rc = $sth->execute($id, $comment);