Help for this page

Select Code to Download


  1. or download this
    $sth_insert->execute(@insert);
    
  2. or download this
    my $rv = $sth_insert->execute(@insert);
    print "insert says: $rv/n";