in reply to Re^3: Code Review of Visitor Logging Scriptin thread Code Review of Visitor Logging Script
unless ($ENV{REMOTE_ADDR} =~ ?10.10.0.1?){ ... } [download]
if ($ENV{REMOTE_ADDR} ne '10.10.0.1') { the code.. } [download]