my $ip = new Net::IP('192.168.0/24'); my $ip2 = new Net::IP($ip->last_ip())->intip(); print $ip2."\n"; print $ip->intip()."\n"; print $ip2 - $ip->intip()."\n";