I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-05-09 10:00:53.353896-07 by alexing84
WIn32::OLE new (ADODB.connection) not work
Hi guys!!I'm newbie of Perl. My problem is the following..may be you can help me..I hope :). So, I have a Perl script for database OLEDB connection. This script work well on my pc. I have to insert this script as cgi in apache http server installed on windows server 2008 64bit(another pc). This script generates the error : The specified module could not be found at line new("ADODB.Connection"). Why OLEDB doesn't work in apache? I have win32 installed on ActivePerl.. I have to install oledb32.dll? Is a problem of modules not installed? I really don't know why in my pc simple perl script functions and under apache/cgi-bin no. thanks
Direct Responses: 13329 | Write a response
Posted on 2011-05-09 10:03:47.422457-07 by alexing84 in response to 13328
Re: WIn32::OLE new (ADODB.connection) not work
*I have enabled .cgi on apache config file and without oledb all scripts work.
Direct Responses: Write a response