in reply to Perl/Cygwin/Oracle integration problem

Well, '.' in the path indicates that search is relative to "current" directory. What is that "current directory"? Are you sure that perl is in the same "current directory" as you, when it tries to load dll? Is the directory readable for perl process? Try to put full path in @INC.

  • Comment on Re: Perl/Cygwin/Oracle integration problem