Help for this page
use constant IP => 0; use constant AUTH => 1; ... use constant UA => 7; use constant METHOD => 8; use constant URI => 9;
use enum qw(IP AUTH DATE REQUEST STATUS BYTES REFERER UA METHOD URI);