( categories: one liners | perl modules )
To check the version number of a module use the following one-liner: 'perl -M
Example:
#-- check the version number of CGI module
perl -MCGI -e 'print "$CGI::VERSION \n"'





