I tried with (') and (\\), it's not good, a another idea ?

Thanks.

J�r�me BROHAN wrote:

> I'm trying to set permissions in the HKLM\Software\Identite key in the
> registry
> using win32::perms.Here is in the code i've got (h2723422 is the name of
my
> local
> computer).I can't modify the ACE for this key. Can you help me ?
>
> thanks.
>
>
> use Win32::Perms;
>
> $Reg = new Win32::Perms("registry:HKEY_LOCAL_MACHINE\Software\Idendite");
>
> $Reg->Allow("H2723422\dupont",READ);
>
> $Reg->Set("registry:HKEY_LOCAL_MACHINE\Software\Idendite");
>
> $Reg->Dump;

I'm not familiar with that module, but try using single quotes (') instead
of (") or double your backslashes from (\) to (\\).

--
   ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic
http://www.todbe.com/



****************************************************Ce message a �t� contr�l� par un 
anti-virus*******************************************************************************************************************

Reply via email to