66.249.65.107 - - [08/Oct/2007:04:54:20 -0400] "GET /support.html HTTP/1.1" 200 11179 #### #opening log file open (LOGG, '<', 'IN-access.log'); #reading log file and assigning values while ($lines = ){ ($remoteIP,$rfc,$userID,$dateTime,$requestType,$statusCode,$sizeOfFile) = split ' ', $lines; print "$statusCode $sizeOfFile\n"; }