Lightning flashed, thunder crashed and VeeraRaju_Mareddi <[EMAIL PROTECTED]>
whispered:
| Dear All
| I have a small with NET::PING.I hope its working by following command.
| USE NET::PING;
| But I am Not able to check remote connectivity of a host ("HOTNT002")
| through this NET function...I am sure its reachable by system ping
| command(Windows NT 4.0)..
|
| My Perl Code is given Below:
|
| use net::ping;
|
Perl is case sensitive. You've spelled Net::Ping as net::ping, Net::Ping,
and NET::PING (at least). You've spelled use as use and USE.
-spp