in reply to Checking installed module version

Assuming the module has been properly installed then you should be able to do:

perl -MSomeModule -e'print $SomeModule::VERSION'
Of course replacing 'SomeModule' with the name of the module that you want to find the version of.
/J\