# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #58592] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58592 >
$ ../../parrot perl6.pbc -e 'say "OH HAI"' # works OH HAI $ ../../parrot perl6.pbc --target=PAST -e 'say "OH HAI"' # outputs nothing ...whereas both these approaches work when the -e program is replaced by a file with corresponding contents.