Help for this page

Select Code to Download


  1. or download this
    my $sql = qq{
      INSERT INTO script (repoid, sname)
    ...
      or die "Can't prepare: $DBI::errstr";
    my $affected = $query->execute() or die "Can't execute: $DBI::errstr";
    $self->{dbConn}->commit;