in reply to Splitting squid log lines with perl

from a similar script:
my ($timestamp, $ip, $result, $bytes) = (split) [0,2..4];