Guest User

Untitled

a guest
Oct 18th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.19 KB | None | 0 0
  1. my $numfilas = $db->do($sSqlQry );
  2.  31         if (!$numfilas)
  3.  32         {
  4.  33             if ($db->errstr =~ m/duplicate key/)
  5.  34             {
  6.  35                 next;
  7.  36             }
Add Comment
Please, Sign In to add comment