Tim Johnson <[EMAIL PROTECTED]> wrote:

> Win32::TieRegistry will do what you want.
>  
> use Win32::TieRegistry (delimiter => '/');
> my $run =
>
$Registry->{'HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Run'};
> $run->{'MyApp'} = "My Application";
>  
> etc., etc.

Suppose I had some DATA values listed under a branch (ie, "VALUE").  How do I
delete those?  I'm a little bit paranoid running something I've never done and
hosing my registry.

Can you give me an example...

TIA

Jeff


 
>       -----Original Message----- 
>       From: Jeff Westman [mailto:[EMAIL PROTECTED] 
>       Sent: Fri 12/19/2003 10:12 PM 
>       To: perl_help 
>       Cc: 
>       Subject: Win32 Registry
>       
>       
> 
>       Hi,
>       
>       I need to access the Windows registry directly (not an exported 'reg'
> file).
>       I am not familiar with Win32::Registry::File. 
>       
>       Basically, I am trying to write a script that will do some 'cleanup' of
> known
>       'values' and 'data' strings that some uninstall applications neglect to
>       cleanup.
>       
>       Any examples on how to use this would be appreciated (or other
>       recommendations).
>       
>       TIA
>       
>       
>       -Jeff
>       
>       __________________________________
>       Do you Yahoo!?
>       New Yahoo! Photos - easier uploading and sharing.
>       http://photos.yahoo.com/
>       
>       --
>       To unsubscribe, e-mail: [EMAIL PROTECTED]
>       For additional commands, e-mail: [EMAIL PROTECTED]
>       <http://learn.perl.org/> <http://learn.perl.org/first-response>
>       
>       
>       
> 
> 


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to