Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要评估哪个 Perl for Windows 正在我可以远程访问的机器上运行。我已经用过
perl -v
和
perl -V
这已经给了我版本号等。但是我怎样才能知道它是 ActiveState Perl 还是 Strawberry Perl 或其他东西?我现在的第一个猜测是,我只是盲人或什么的......
提前致谢。
perl -V:myuname perl -MConfig -e "print $Config{myuname}"
输出
Win32 strawberryperl 5.10.1.2 #1 Wed Apr 28 11:51:06 2010 i386