my($mac, $ip, $ip_change) = split ' ', $nextline; if($ip_change) { $db->device_add($name, $mac); } else { $db->device_add($name, $mac, $ip); }