[perl #131397] semicolon subscripting in multi dim arrays has odd interactions with numeric string indexes

2017-05-31 Thread Sam S. via RT
Shorter example: my @a = [2, 4], [6, 8]; say @a[1; 1].perl; # 8 say @a["1"; "1"].perl; # (8,) PS: Definitely seems related to the following ticket: https://rt.perl.org/Ticket/Display.html?id=130947

[perl #131397] semicolon subscripting in multi dim arrays has odd interactions with numeric string indexes

2017-05-29 Thread via RT
# New Ticket Created by Steve Schulze # Please include the string: [perl #131397] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131397 > Semicolon subscripting in multi dim arrays has odd interactions with indexes that are n