Help for this page
sub getAllIPs { my $ip = Net::IP->new($range) or die (Net::IP::Error()); my @IPs ; ... return @IPs ; }