Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
unshift « Array « Perl
Perl
Array
unshift
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