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 2010-10-25 03:45:08.941045-07 by sampah001
Need Fix DBI Hang in ActivePerl 5.12.2.1202
my script hang when call DBI lib, im using other perl program beside C:\Perl\bin\perl.exe

i'm using DBI-1.615
sample code :
use lib 'C:/Perl/lib';
use lib 'C:/Perl/site/lib';
use DBI;

but it works fine if i run DBI use C:\Perl\bin\perl.exe or from command prompt type "perl script.pl"

when i uninstall it and using ActivePerl 5.10.1.1007 its working normal and i didn't get hang both of it
Direct Responses: Write a response