http://qs1969.pair.com?node_id=771461

Sometimes it helps to have a quickie way to get the version from a module. This lets me do it from the command line.
# PUT IN .bashrc FILE perlver() { local m=$1 perl -M$m -e "print $m->VERSION,qq{\n};" } # EXECUTE FROM COMMAND LINE AS perlver <module>