in reply to Replicate Perl setup

This process doesn't replicate the environment; it only replicates the installed packages. Figuring out how to replicate necessary environment variables, etc., is left as an exercise for the reader.

The install process doesn't actually work. I get the error "'initdb' is not recognized as an internal or external command." Apparently, something needs to be installed on the target computer THAT WASN'T NEEDED ON THE SOURCE COMPUTER (maybe something called PostgreSQL??) Of course, the install process doesn't check first to see if things like that are present before charging ahead and then barfing later.

Maybe with a few days work the new computer will run my perl scripts.

UPDATE: The PostgreSQL dependency is only the tip of the iceberg.Now I get "Warning: corrupt .drectve at end of def file." Search indicates this is probably a library incompatibility somewhere in this garbage:

g++ Pg.def -o blib\arch\auto\DBD\Pg\Pg.xs.dll -shared -s -L"C:\STRAWB~ +1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mi +ngw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0" Pg.o d +bdimp.o quote.o types.o "C:\STRAWB~1\perl\lib\CORE\libperl542.a" "C +:\PROGRA~1\POSTGR~1\18\lib\libpq.a" "C:\STRAWB~1\c\x86_64-w64-mingw32 +\lib\libm.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libsecur32.a" "C:\ +STRAWB~1\c\x86_64-w64-mingw32\lib\libmoldname.a" "C:\STRAWB~1\c\x86_6 +4-w64-mingw32\lib\libkernel32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\li +b\libuser32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libgdi32.a" "C:\ +STRAWB~1\c\x86_64-w64-mingw32\lib\libwinspool.a" "C:\STRAWB~1\c\x86_6 +4-w64-mingw32\lib\libcomdlg32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\li +b\libadvapi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libshell32.a" +"C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libole32.a" "C:\STRAWB~1\c\x86_ +64-w64-mingw32\lib\liboleaut32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\l +ib\libnetapi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libuuid.a" "C +:\STRAWB~1\c\x86_64-w64-mingw32\lib\libws2_32.a" "C:\STRAWB~1\c\x86_6 +4-w64-mingw32\lib\libmpr.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\lib +winmm.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libversion.a" "C:\STRA +WB~1\c\x86_64-w64-mingw32\lib\libodbc32.a" "C:\STRAWB~1\c\x86_64-w64- +mingw32\lib\libodbccp32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libc +omctl32.a" -Wl,--enable-auto-image-base

I don't believe that the cpan bundle installation process works on a Windows Perl installation at all.