I have a list of host names with me which I need to check if its alive and the Primary IP address of the box. I am struck up some of the host names where I could not find the fully qualified domain names. Is there a way to find the fully qualified names?
I will use both the host name and IP on nslookup and if both names are correct. This comes when there are more than one NIC cards. -----Original Message----- From: Narthring [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 2:00 AM To: beginners@perl.org Subject: Re: CSV files column sort On Sep 18, 2:16 pm, [EMAIL PROTECTED] (Manoj) wrote: > Hi List, > > I want to ping a list of IP address/hostnames and check backward > compatibility. Can any one help me in doing this? I am new to perl. > > Thanks > Manoj The Net::Ping module will allow you to ping remote hosts. The documentation is at: perldoc Net::Ping What kind of backward compatibility is it you're checking for? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/