Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print "System_ip = '$Value' \n";
           #print "PDN-IP = '$Values' \n";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
            print "System_ip = '$IP_Store{$Value}' \n";
           #print "PDN-IP = '$Values' \n";
    }
    
  3. 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'