Hello there,
I am using Win32::Registry in my program.
It is recognized in the main program.
But when I get into my package, let's say "myPackage "
The Win32::Registry variables are undefined.
I included "use Win32::Registry" inside the package but it doesn't help.
Please help,
Thanks a lot