Help for this page
# Unconditionally try to create a new record. eval { ... # Unconditionally increase the counter $db->do('UPDATE counters SET pagecounter = pagecounter + 1 WHERE pagen +ame = ?', undef, $pagename);