my $ip_wan = new NetAddr::IP("10.20.20.1/24"); for (@line) { s//$ip_wan->addr()/; }