Help for this page
while ($CONTENDS=~/(\d{10})/g) { $match=$1; ... $rc=$db->Sql($sqlinsert); die qq(SQL fail "$rc":), $db->Error(),qq(n) if $rc; }