Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Changing Registry Values

by BronzeWing (Monk)
on Jul 31, 2002 at 16:31 UTC ( [id://186523]=note: print w/replies, xml ) Need Help??


in reply to Changing Registry Values

According to the man page for Win32::TieRegistry (here), you should be able to do something as simple as this:

$Registry->{$key} = 'foo';

You might want to check your rights to that key too, since you're running under Windows XP. Also, try using 'CUser' instead of 'HKEY_CURRENT_USER' for the root key, there's something in the man page about that too.

The Secret to Fortune Cookies in One Line
print join("... in bed", `fortune fortunes` =~ m/^(.*)(\.|\?|\!)$/), "\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found