perl -e"BEGIN{ @ARGV=map glob, @ARGV }" -le"print for @ARGV" t\*.t #### perl -le"BEGIN{ @ARGV= map glob, @ARGV}" -e"print for @ARGV" t/*/*.t