Hi,
check this
@ipaddr = ("192.168.30.1","192.168.30.2","192.168.30.3","192.168.30.4","192.168.30.5","192.168.30.6","192.168.30.7","192.168.30.8","192.168.30.9","192.168.30.10");
foreach my $key(@ipaddr) {
print "the ipaddr is $key \n";
}
Hi,
check this
@ipaddr = ("192.168.30.1","192.168.30.2","192.168.30.3","192.168.30.4","192.168.30.5","192.168.30.6","192.168.30.7","192.168.30.8","192.168.30.9","192.168.30.10");
foreach my $key(@ipaddr) {
print "the ipaddr is $key \n";
}