in reply to Re^3: Code Review of Visitor Logging Script
in thread Code Review of Visitor Logging Script

i try to solve this. Will this right:
$ips = {127.0.0.1};
how will better:
unless ($ENV{REMOTE_ADDR} =~ ?10.10.0.1?){ ... }
or
if ($ENV{REMOTE_ADDR} ne '10.10.0.1') { the code.. }