|
The
documentation for Net::Ping doesn't suggest that an IP address string (e.g.,
'192.168.1.1') has to be converted to a thirty-two bit integer. Just use
the IP address string (or a scalar containing the
string):
print "Host
is alive" if $p->ping('192.168.1.1');
Net::Ping doesn't work with the loopback address on my machine, but
it does work for a real IP address string.
Gary
-----Original Message-----
From: Roboz B�la [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 5:00 AM To: [EMAIL PROTECTED] Subject: Problem with PING method
|
- Problem with PING method Roboz Béla
- RE: Problem with PING method Gary MacDonald
- RE: Problem with PING method DePriest, Jason R.
