[perl #57018] Empty -e argument sends rakudo into REPL mode

2008-12-15 Thread Patrick R. Michaud via RT
Now fixed in r33936, thanks! Pm

Re: [perl #57018] Empty -e argument sends rakudo into REPL mode

2008-07-16 Thread Moritz Lenz
Carl Mäsak (via RT) wrote: > Both > > $ ./perl6 -e '' > > and > > $ ../../parrot perl6.pbc -e '' Also -e 0 > send rakudo into REPL mode, whereas > > $ perl -e '' > > doesn't. -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

[perl #57018] Empty -e argument sends rakudo into REPL mode

2008-07-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57018] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57018 > Both $ ./perl6 -e '' and $ ../../parrot perl6.pbc -e '' send rakudo into REPL mode,