in reply to Re: Re: Socket problem - when running Win32 app as someone different than Admin
in thread Socket problem - when running Win32 app as someone different than Admin

In the case of WinSock errors, $! gets set to an error code that has no text description programmatically available. So check 0+$! instead of $! and then look up that error number in winsock.h.

                - tye
  • Comment on Re^3: Socket problem - when running Win32 app as someone different than Admin