my $net = NetAddr::IP->new('10.2.9.0/29'); my $seen_gateway; for my $ip ($net->hostenum) { next if !$gateway++; print $ip->addr, "\n"; }