|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Columns to arraysby delirium (Chaplain) |
| on Jul 01, 2004 at 19:44 UTC ( [id://371263]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Assuming the first column of data is never quoted, and there are always exactly two columns, split will work just fine. Otherwise, check out one of the CSV modules on CPAN.
Here is a solution using split:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||