Descrizione
Pinga un host.
Codice
use Net::Ping;
$host = "v3rgil.altervista.org";
$p = Net::Ping->new() or die "Impossibile pingare: $!\n";
print "$host is alive\n" if $p->ping($host);
$p->close;
system("pause");
"All in V3rgil", "Tutto su Tutto"
Descrizione
Pinga un host.
Codice
use Net::Ping;
$host = "v3rgil.altervista.org";
$p = Net::Ping->new() or die "Impossibile pingare: $!\n";
print "$host is alive\n" if $p->ping($host);
$p->close;
system("pause");
Pubblicato da V3rgil alle 8/11/2008 02:10:00 PM
Etichette: Perl, Programmazione, Scripts
0 commenti:
Posta un commento