Help for this page

Select Code to Download


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