>perl -v
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 12 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 824 [287188] provided by ActiveState http://www.ActiveState.com
Built Sep 3 2008 11:14:55
####
>perl -le"print for @ARGV;" *.*
*.*
####
>perl -MExtUtils::Command -le"print ExtUtils::Command->VERSION"
1.14
>perl -MExtUtils::Command::MM -le"print ExtUtils::Command::MM->VERSION"
6.44