Help for this page

Select Code to Download


  1. or download this
    66.249.65.107 - - [08/Oct/2007:04:54:20 -0400] "GET /support.html HTTP
    +/1.1" 200 11179
    
  2. or download this
    
    #opening log file
    ...
        ($remoteIP,$rfc,$userID,$dateTime,$requestType,$statusCode,$sizeOf
    +File) = split ' ', $lines;
        print "$statusCode $sizeOfFile\n";
    }