Marza has asked for the wisdom of the Perl Monks concerning the following question:
or the connect option with:$ver=$Registry->{"//$_/HKEY_LOCAL_MACHINE/Software/Network Associates/ +TVD/NetShield NT/CurrentVersion//szProductVer"}
In terms of the current script, there are not that many machines so there is no noticible difference. Am I making something of nothing?$key = $Registry->Connect("$computer","LMachine/Software/Network Assoc +iates/TVD/NetShield NT/CurrentVersion" {Access=>KEY_READ} ) ) $ver = $key->GetValue("szProductVer")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: TieRegistry etiquette/performance question.
by Necos (Friar) on Mar 19, 2002 at 23:03 UTC | |
by Marza (Vicar) on Mar 20, 2002 at 17:31 UTC | |
|
(tye)Re: TieRegistry etiquette/performance question.
by tye (Sage) on Mar 20, 2002 at 21:13 UTC |