Re: Going Bananas!!!!!!!!!!!!!!!!!!!!!!!!!!




"Simon" <shmh@xxxxxxxxxxxxxx> wrote in message news:nhphi.1238$4A1.783@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi guys!

I have this script which is driving me nuts...
..
..
Win32::RegOpenKeyEx(&HKEY_LOCAL_MACHINE,$p,&NULL,&

I think that should be:
Win32API::Registry::RegOpenKeyEx(&HKEY_LOCAL_MACHINE ..

RegOpenKeyEx() is a Win32API::Registry function, not a Win32 function.

Admittedly the error message is not as clear as it should be.

Cheers,
Rob

.