Win32::TieRegistry Question
by steve silvers other posts by this author
Nov 5 2002 2:28PM messages near this date
view in the new Beta List Site
RE: XL column width
|
Re: Win32::TieRegistry Question
The documentation says to use:
# "\x00" and "\0" used to mark ends of each string and end of list.
I'm using:
$NameServerList-> {$_} = [
["\x00111.111.111.111\0222.222.222.222\0"],"REG_MULTI_SZ"];
But this is not working as inteded. The above is the primary and secondary
ip addressed. In the registry when I run the above I does put in the
addresses but with garble around them...
What's wrong with the above.
Steve.
_________________________________________________________________
Broadband? Dial-up? Get reliable MSN Internet Access.
http://resourcecenter.msn.com/access/plans/default.asp
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
steve silvers
$Bill Luebkert
|