# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #129093]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=129093 >
<killbill> Why I don't see last line? $ perl6 -ne 'LAST .say' file.txt
<masak> killbill: because bug, I'd say
* masak submits killbill's LAST bug
I could reproduce locally that `perl6 -ne 'LAST .say'` does not print
the last line. This is true for both the block and statement form of
LAST. It prints the last line if instead of -ne I do a `for ^3 { ...
}` loop.
$ perl6 -v
This is Rakudo version 2016.07.1-188-g8f43bb8 built on MoarVM version
2016.07-17-g40948f6
implementing Perl 6.c.