Eric Amick schreef:

> [Windows Registry query]
> What you're looking for is a key, so you need a trailing slash:
> [...]
> I'm frankly surprised it ever worked.


http://search.cpan.org/~jdb/libwin32-0.26/TieRegistry/TieRegistry.pm
"If you are reading from the hash [fetching], then we first use the key
string as a value name. If there is a value with a matching name in the
Registry key which the hash is tied to, then the value data string [and
possibly the value data type] is returned. Otherwise, we retry by using
the hash key string as a subkey name. If there is a subkey with a
matching name, then we return a reference to a hash tied to that subkey.
Otherwise we return undef."

But also:
"matching subkey names that contain the user-selected delimiter only
works if case is matched"
so maybe 'SOFTWARE' should be 'Software'.

-- 
Affijn, Ruud

"Gewoon is een tijger."


_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to