17:27 >cmd.exe Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. 17:27 > #### 17:27 >perl -wE "say join ' ', @ARGV;" abc * def abc * def 17:29 > #### 17:29 >raku -e "say @*ARGS.join: ' ';" abc * def abc ch-1.pl ch-1.raku ch-2.pl ch-2.raku Session.xml test.bat def 17:43 >
## 17:27 >perl -wE "say join ' ', @ARGV;" abc * def abc * def 17:29 > ##
## 17:29 >raku -e "say @*ARGS.join: ' ';" abc * def abc ch-1.pl ch-1.raku ch-2.pl ch-2.raku Session.xml test.bat def 17:43 >