
March 31st, 2008, 08:00 AM
|
|
Developer Shed
|
|
Join Date: Jan 2004
Posts: 854
 
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Perl Lists: More Functions and Operators
We left off covering the splice() function, which can be used for adding and removing elements from a list. We also spoke about four other functions: pop(), push(), shift(), and unshift(), which are all similar to the splice() function, just not as flexible. In this article, we'll start out by discussing the splice() function in more detail, and learning how to remove more than one element in a list.
Read the full article here: Perl Lists: More Functions and Operators
For more discussion go here: Blog Article Discussion
|