sgarc90 has asked for the wisdom of the Perl Monks concerning the following question:
SOURCE CODE ( so far):
This really should be a simple task. I am using activePerl on WinXP. thanks in advance Samuse Net::Ping; use strict; my $p; my $host = '192.168.254.254'; $p = Net::Ping->new();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Ping error on WinXP
by bluescreen (Friar) on Jun 18, 2010 at 02:40 UTC | |
|
Re: Ping error on WinXP
by ww (Archbishop) on Jun 18, 2010 at 02:33 UTC | |
|
Re: Ping error on WinXP
by sgarc90 (Initiate) on Jun 18, 2010 at 03:17 UTC |