unshift « Array « Perl






1.unshift places data to the front of an array
2.The unshift function prepends LIST to the front of the array.
3.unshift array
4.Using unshift to insert elements at the front of @array