Perl function:
reverse list

Returns a new list, with the elements of list in reverse order. In scalar context, reverse concatenates all elements of list, and returns the reverse, character by character.

Back to Perl