# New Ticket Created by mbere...@flashmail.com # Please include the string: [perl #62030] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62030 >
Up until about mid December 2008, the Rakudo perl6 -e copied its command line arguments into @*ARGS. Sorry, revision number unknown. At the end of December, perl6 -e was ignoring command line arguments. This feature is probably untested. For example: perl6 -e 'say @*ARGS' a b c # should say abc