Leopold Toetsch Thu, 10 Oct 2002 08:11:03 -0700
One more from the section missed + left overs: This patch make "perl6 --output file" work as described in perl6 --help.
$ time perl6 -o- mops.p6 | ../imcc/imcc -r -- - But above pipe is as fast^Wslow as going via .imc: $ time perl6 -r mops.p6 leo