my @array = qw/one two three/; my @out = reverse @array; # or @out = (@out, reverse @array); [download]
In reply to Re: Push and list context by sh1tn in thread Push and list context by uksza