in reply to Re^3: algorithm for network address enumeration
in thread algorithm for network address enumeration

I wrote format_ipv4 to use $_ if no arguments are supplied (like length, split and a number of other builtins do), so
print(format_ipv4, $/)
is the same as
print(format_ipv4($_), $/)