Win32-ers,

Does anyone know off-hand what TieRegistry should do with a statment
like this:

$Registry->{'LMachine/Software/Bar'} = {'SubKey/' => { '/SomeValue' => 1 }};

..specifically, with respect to the type of the SomeValue entry?  I had
thought that it would create a DWORD value since the value assigned is
integer, but based on a quick experiment, I seem to assume wrong (it
creates a REG_SZ).  Anyone have any insight into this?  What's the
"right" way to create/assign REG_SZ values?

Thanks,
Mike Ellery

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to