>i think you should get win32::registry (or win32api::registry which - afaik
>- comes with the standard distribution).  f.i. the following snippet
>creates/increases a key which is supposed to store a running counter using
>win32::registry....

Try Tie::Registry unless you really need low level access. It's as easy as:

$Registry->{CUser}->{Software}->{MyApp}->{MyKey} = "Somevalue";

--Ben Samuel

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to