- or download this
my $p = Net::Ping->new("icmp");
if ($p->ping($computer)) {
...
}
$p->close();
}
- or download this
if ($key = $Registry->Connect("$computer","LMachine/Software/Network A
+ssociates/" .
"TVD/NetShield NT/CurrentVersion/" {Access=>KEY_READ} ) ) {
...
$engine = "Unknown";
}
}
- or download this
use Win32::TieRegistry( Delimiter=>"/" );
- or download this
#
# GetCurrentVersion will the Mcafee download page and grab the version
+ number
...
}
return($dat, $superdat, $engine);
}