Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Gathering server information

by esskar (Deacon)
on Apr 11, 2004 at 14:18 UTC ( #344257=note: print w/replies, xml ) Need Help??


in reply to Gathering server information

Hi.
well, i do not know about CS but PING is not a problem
use Net::Ping; my $host = 'perlmonks.com'; my $p = Net::Ping->new(); print "$host is alive.\n" if $p->ping($host); $p->close();

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://344257]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2023-04-02 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?