$ServerStatus{ $Ip[$i] } = [ $Names[$i], "unknown" ]; #### %ServerStatus = map { $Ip[$i] => [ $Names[$i], "unknown"] } 0 .. $#Ip;