perl Win32::TieRegistry broken on Vista -- perl v5.10.0, TieRegistry v0.25

2009-12-14 Thread Neil Mowbray
Folks, TieRegistry produces no values for keys. In below $key is defined but %$key is empty. Indeed it does work for any key not just LMachine/Software. This code works correctly with ActiveState perl. example use Win32::TieRegistry(Delimiter => '/', ArrayValues => 0); $key = $Reg

Symbolic links on NTFS with real symbolic links

2009-10-28 Thread Neil Mowbray
Dear Folks, On NTFS systems that support real symbolic links (eg those with Vista) the comand ln -s does *not* create a native symbolic link merely an old style shortcut. Will ln -s be chansed to support native symbolic links? Also rm removes the target of the symbolic link not the link file. I