in reply to Re^2: So much for Test::* :)
in thread So much for Test::* :)

Just standard ActivePerl

>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.ActiveSta +te.com Built Sep 3 2008 11:14:55

Nothing special with globbing.

>perl -le"print for @ARGV;" *.* *.*

In case it matters,

>perl -MExtUtils::Command -le"print ExtUtils::Command->VERSION" 1.14 >perl -MExtUtils::Command::MM -le"print ExtUtils::Command::MM->VERSION +" 6.44

Replies are listed 'Best First'.
Re^4: So much for Test::* :)
by BrowserUk (Patriarch) on Oct 23, 2008 at 04:39 UTC