Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: unpackChapter 5
Function Reference
Next: Reference: untie
 

unshift

unshift @array, list

Prepends the elements of list to the front of the array, and returns the new number of elements in the array.


Previous: Reference: unpackPerl in a NutshellNext: Reference: untie
Reference: unpackBook IndexReference: untie