How To Determine Your Perl Module Version

Published Date Author: , Posted April 12th, 2012 at 3:40:37pm

For example, to see the version for DBD::mysql, do this:

perl -MDBD::mysql -we 'print $DBD::mysql::VERSION;'

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.