foreach $element ( @array ) { unshift @reversed_array, $element; }