On Jul 12, 2006, at 03:41, Gabor Szabo wrote:

perl -MModule -e'print $Module::VERSION'

I have this alias set up:

  function pv () { perl -M$1 -le "print $1->VERSION"; }

I think that calling ->VERSION is more correct.

Best,

David

Reply via email to