in reply to Error Perl module installation Linux
If you're installing the module on your system version of Perl (i.e. the one which was pre-installed as part of your OS) then you're probably best off installing modules using your system's package manager (which would be yum on CentOS).
Something like:
$ sudo yum install perl-DBI perl-DBD-SQLite
|
|---|