Help for this page

Select Code to Download


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