Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: STORESIZEChapter 8
Standard Modules
Next: 8.153 Tie::Array, Tie::StdArray
 

UNSHIFT

UNSHIFT this, list

Inserts list elements at the beginning of the array, moving existing elements up to make room.


Previous: Reference: STORESIZEPerl in a NutshellNext: 8.153 Tie::Array, Tie::StdArray
Reference: STORESIZEBook Index8.153 Tie::Array, Tie::StdArray