Subject: | Windows Registry Entries |
I have been trying to use LWP-UserAgent-ProxyAny to allow an Internet Spider running on my PC (under Windows IIS) to access the internet via an Internet Accelerator program (OnSpeed).
I need to simply allow the Perl program to read the current proxy setting for Internet Explorer and thought this would be ideal.
The registry entry I need to read is:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
However, I have discovered that this module actually attempts to read:
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
The first one is the correct registry entry to read...
Rich Mellor