in reply to Cookies or maybe another way to do it.....
if ( $ENV{HTTP_COOKIE} ) { $dbh->do(q{ UPDATE logs SET visits = visits + 1 WHERE host = ? }, {}, $host ); } [download]