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 2006-02-22 17:29:43-08 by mohit
unable to install the DBI module for perl on windows platform
Hi all, I am facing problem while installing the DBI module of perl on windows platform. when i run the command "perl Makefile.pl" it starts executing but i get the error of "VCVARS32.BAT" stating that I need to run this batch file or I need to set the environment variable of INCLUDE and LIB. I tried setting the environment variable but still i get the same error. I m using activeperl version 5.6.1 If any one having any idea hw to resolve this kindly let me know. Thnks
Direct Responses: 12518 | Write a response
Posted on 2010-03-09 03:02:02.00676-08 by bondmaharaj in response to 1834
Re: unable to install the DBI module for perl on windows platform
1. Download Activeperl-5.10.1.1007-MsWindows 2. install in C: 3.download and extract DBI-1.48 store in E: 4. open commnad promt and go to E:/DBI-1.48 5. Give Command perl -MCPAN -e 'install Bundle::DBI' 6.Give Command dmake install 7. Make Sure you have internet connection 8. I accept Thanks if this work. Akshay Mone India
Direct Responses: Write a response