in reply to Re^5: Find perl module version from command-linein thread Find perl module version from command-line
grep 'VERSION' $(find . -name \*.pm -type f) [download]