Help for this page
map { /(\d[.\d]+\d)/; inet_aton($1) . $_ }
map { /(\d[.\d]+\d)/ ? inet_aton($1) . $_ : () }