|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: split and joinby jeroenes (Priest) |
| on Jan 08, 2001 at 18:46 UTC ( #50484=note: print w/ replies, xml ) | Need Help?? |
|
You may find supersplit useful as well. It does split/join at multiple levels, so uses multi-dimensional arrays. For example Would result in one array containing all lines as rows and the separate items as columns. The first item for example, can be accessed by $array->[0][0]. See POD of the script for more examples and doc.
Jeroen
In Section
Tutorials
|
|
||||||||||||||||||||