Quantcast
Channel: Help Desk » perl
Viewing all articles
Browse latest Browse all 3

Checking the version of a perl module

$
0
0

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.

The post Checking the version of a perl module appeared first on Help Desk.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images