# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #73790]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73790 >


$ perl -e 'print "OH HAI\n";' -e 'print "OH BAI BAI\n"'
OH HAI
OH BAI BAI

$ perl6 -e 'print "OH HAI\n";' -e 'print "OH BAI BAI\n"'
OH BAI BAI

So Perl 6 doesn't behave like Perl 5 (and sed and lots of other
programs accepting the -e option). S19:427 even says that chaining -e
options together should work.

Reply via email to