> On 14 Apr 2017, at 10:29, Elizabeth Mattijsen wrote:
>> On 11 Apr 2017, at 14:44, Eigil Skjæveland (via RT)
>> wrote:
>>
>> # New Ticket Created by Eigil Skjæveland
>> # Please include the string: [perl #131134]
>> # in the subject line of all future correspondence about this issue.
>> #
> On 11 Apr 2017, at 14:44, Eigil Skjæveland (via RT)
> wrote:
>
> # New Ticket Created by Eigil Skjæveland
> # Please include the string: [perl #131134]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=131134 >
>
>
>> my
> On 11 Apr 2017, at 14:44, Eigil Skjæveland (via RT)
> wrote:
>
> # New Ticket Created by Eigil Skjæveland
> # Please include the string: [perl #131134]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=131134 >
>
>
>> my
# New Ticket Created by Eigil Skjæveland
# Please include the string: [perl #131134]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131134 >
> my Int @a = 1, 2;
> my int @b = 1, 2;
> say so @a[-1 ^ 0];
True
> say so @b[-1 ^ 0]