Help for this page

Select Code to Download


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