Home > Archive > PERL Beginners > September 2007 > CSV files column sort
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CSV files column sort
|
|
|
| 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
| |
| Narthring 2007-09-18, 7:02 pm |
| On Sep 18, 2:16 pm, manojkum...@dataone.in (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?
| |
|
| 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:Narthring@gmail.com]
Sent: Wednesday, September 19, 2007 2:00 AM
To: beginners@perl.org
Subject: Re: CSV files column sort
On Sep 18, 2:16 pm, manojkum...@dataone.in (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: beginners-unsubscribe@perl.org For additional
commands, e-mail: beginners-help@perl.org http://learn.perl.org/
|
|
|
|
|