in reply to Re: Bug? with reverse in map
in thread Bug? with reverse in map

I'm appalled that the first thing I thought of to scalarify the return from reverse was:
my @list2 = map { ~~reverse } @list;
Too much golf!