in reply to Win32::TieRegistry and DLL information

Now, my question is - how do I get the actual category names out of 'C:\WINNT\System32\MSDTCPRX.DLL'? Is this possible with Win32::TieRegistry (or another Win32 module)? Any and all help much appreciated. Regards, Dan
If the data is in the registry, then you get it out of the registry. If it's not, you find out where it is, and get it out (it's up to you to research this). Modules of interest are Win32::API, ?Win32::File::VersionInfo.... Win32::

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Win32::TieRegistry and DLL information