Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

My apologies

by Marza (Vicar)
on Mar 28, 2002 at 22:38 UTC ( [id://155141]=note: print w/replies, xml ) Need Help??

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);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-19 17:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found