# convert @ips to AoA # oops already is # @ips = map { [split " "] } @ips; my @newips = map { $_->[0] } @ips; my @num = map { $_->[1] } @ips;