C:\>cat 2 Can't locate loadable object for module Foo in @INC (@INC contains: C:/perl/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/5.10.1/lib C:/perl/site/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/site/5.10.1/lib .) at -e line 1 C:\>splain 2 Can't locate loadable object for module Foo in @INC (@INC contains: C:/perl/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/5.10.1/lib C:/perl/site/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/site/5.10.1/lib .) at -e line 1 (#1) Can't locate loadable object for module Foo in @INC (@INC contains: C:/perl/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/5.10.1/lib C:/perl/site/5.10.1/lib/MSWin32-x86-multi-thread C:/perl/site/5.10.1/lib .) at -e line 1 C:\>cat 2 Can't locate loadable object for module Foo in @INC C:\>splain 2 Can't locate loadable object for module Foo in @INC (#1) (F) The module you loaded is trying to load an external library, like for example, foo.so or bar.dll, but the DynaLoader module was unable to locate this library. See DynaLoader.