ls -1 *.pm *pl | xargs -i egrep "^use *" {} | egrep -v "constant|vars +|fields" | sort | uniq -d [download]
In reply to List of Installed Perl Module in Unix Box by shan_emails