- or download this
use strict;
use warnings;
...
print "System_ip = '$Value' \n";
#print "PDN-IP = '$Values' \n";
}
- or download this
use strict;
use warnings;
...
print "System_ip = '$IP_Store{$Value}' \n";
#print "PDN-IP = '$Values' \n";
}
- or download this
UEH1_system_ip
System_ip = '11.0.0.1'
...
System_ip = '11.0.0.3'
UEH111_system_ip
System_ip = '11.0.0.25'