- or download this
vnwlist: $VAR1 = [
'192.168.165.0/255.255.255.0
...
vnwlist: $VAR1 = [];
vnwlist: $VAR1 = [];
- or download this
brnwlist: $VAR1 = [
'192.169.73.0/255.255.255.0
...
brnwlist: $VAR1 = [];
brnwlist: $VAR1 = [];
brnwlist: $VAR1 = [];
- or download this
for my $n (1..$num){
$corebrip = $server->{'CoreLanIP_'.$n.'__1'} ;
...
print "vnwlist: ", Dumper(\@vnwlist);
}
}