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

Re: append to registry value

by si_lence (Deacon)
on Feb 03, 2005 at 08:38 UTC ( [id://427556]=note: print w/replies, xml ) Need Help??


in reply to append to registry value

Not that I know too much about the registry, but
can't you just read the old line, append the new
values and write it back again?
pseudocode
my $oldvalue = read_value_from_registry(); my $value = "the thing you want to append"; my $newvalue = $oldvalue.$value; write_to_registry($newvalue);

si_lence

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-25 18:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found