while() { my($key, $data) = /^(\S+).*\s(\S+)$/; $hash{$key} = $data; }