# New Ticket Created by  Zoffix Znet 
# Please include the string:  [perl #128029]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128029 >


zoffix@zoffix-VirtualBox:~$ perl6 -e 'sub MAIN (:@args) { say @args }' 
--args=one --args=two                                                           
                                                                                
                        
[one two]
zoffix@zoffix-VirtualBox:~$ perl6 -e 'sub MAIN (:@args) { say @args }' 
--args=one
Usage:
  -e '...' [--args=<Positional>] 

Reply via email to