Help for this page

Select Code to Download


  1. or download this
    use Socket;
    use IO::Socket;
    ...
       ($a,$b,$c,$d)=unpack ('C4', $_);
       print "$a.$b.$c.$d\n";
    }
    
  2. or download this
     public static void Main(string[] args)
            {
    ...
                        Console.WriteLine("    {0}", ip);
                }
            }