Checking the version of a perl module

Here is how to find the version of a perl module that is installed on your server:

At the command line, type:

perl -MDBI -e ‘print “$DBI::VERSIONn”‘

replace DBI with the module you want. This should work for most modules.

Leave a Reply

Your email address will not be published. Required fields are marked *