in reply to Moving Perl script to Windows

As CountZero says, the Socket.so file is specific to a *NIX host - I suspect your answer may be to...
  1. Download and install pp to your Windoze perl environment (which you don't identify).
  2. Download and install the Socket module (and any/all dependencies) to your Windoze perl environment (if it/they isn't/aren't already)
  3. Copy the script(s), comprising the application, to your Windoze perl environment
  4. Now run pp on your application, in the Windoze perl environment

With any luck and a following wind, the result should be a Windoze variant of the application.

A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^2: Moving Perl script to Windows
by mikerzz (Acolyte) on Dec 24, 2008 at 13:08 UTC
    >> Download and install pp to your Windoze perl environment >>(which you don't identify). Sorry about that, monks. The Windows environment consists of a Windows XP machine with ActivePerl 5.8.8 build 824. I will follow the advice that you and one other gave me and re-package my perl application/script on the Windows machine. Thank you, monks!
Re^2: Moving Perl script to Windows
by Anonymous Monk on Dec 24, 2008 at 07:44 UTC
    I'm afraid he's on Windows ;)