iThunder has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I tried using Net::DNS on Windows 32 and 64 bit machines and getting following error
Undefined subroutine &Win32::IPHelper::GetNetworkParams called at C:/P +erl64/lib/Net/DNS/Resolver/MSWin32.pm
It works fine on linux. Any ideas how to fix it? thanks
  • Comment on Undefined subroutine &Win32::IPHelper::GetNetworkParams called at C:/Perl64/lib/Net/DNS/Resolver/MSWin32.pm
  • Download Code

Replies are listed 'Best First'.
Re: Undefined subroutine &Win32::IPHelper::GetNetworkParams called at C:/Perl64/lib/Net/DNS/Resolver/MSWin32.pm
by Anonymous Monk on Jul 26, 2014 at 06:41 UTC
    Did you install Win32::IPHelper? Did you run the test suite, and did the test suite pass?
      aah...i installed but something didn't go right Reinstalling fixed it....thanks..