On Thu Dec 03 18:14:29 2015, alex.jakime...@gmail.com wrote:
> Code:
> my @a[3]; say @a.reverse
>
> Result:
> Cannot reverse a fixed-dimension array
> in block at -e:1
>
>
> It may be more complicated for multi-dimensional arrays, but reversing a
> 1-dimensional is rather straightforward. The
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #126799]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126799 >
Code:
my @a[3]; say @a.reverse
Result:
Cannot reverse a fixed-dimension array
in blo