Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
            print "$ip\n";
            print "System_ip = '$ip_store{$ip}' \n";
    }
    
  2. or download this
    C:\Old_Data\perlp>perl t9.pl
    11.0.0.1
    ...
    System_ip = 'UEH11_system_ip'
    11.0.0.25
    System_ip = 'UEH111_system_ip'