Correct Answer : shift @ARRAY
Explanation : shift @ARRAY − Shifts the first value of the array off and returns it, shortening the array by 1 and moving everything down.
shift @ARRAY