unshift @array, list
Prepends the elements of list to the front of the array, and returns the new number of elements in the array.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]