Tag Archives: bash

~/.bashrc Perl Module Version Tip

I often need to quickly check the version of a perl module currently installed. A while back I got tired of running: $ perl -MPOE::Filter -E ‘say $POE::Filter::VERSION’ 1.2357 So I added a quick function to .bashrc: pm-vers () { … Continue reading

Posted in General | Tagged , , , | Leave a comment