Tuesday, May 21, 2013

Can’t locate DBI.pm in @INC Perl Script Error

Install the DBI.pm perl module by issue following in command line: 

perl -MCPAN -e 'install DBI'


That fixed it for me.