start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: unpack Chapter 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: unpack Perl in a Nutshell Next: Reference: untie
Reference: unpack Book Index Reference: untie