
April 7th, 2008, 08:01 AM
|
|
Developer Shed
|
|
Join Date: Jan 2004
Posts: 862
 
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Perl Lists: The Split() Function
In this fourth part of our series on Lists, we will start off with the split() function and hopefully end by covering hashes. In our last article, we covered the splice() function, which we used to add, remove, and replace elements in a list. We then used it to create variables and arrays. We also worked with some operators to repeat a list and to create sequential lists.
Read the full article here: Perl Lists: The Split() Function
For more discussion go here: Blog Article Discussion
|