unshift @array, list
Prepends the elements of list to the front of the array, and returns the new number of elements in the array.
Copyright © 2001 O'Reilly & Associates. All rights reserved.