eatr
Technical User
- Jan 20, 2006
- 48
just starting out learning Perl
need to create a 2d matrix from a comma delimited file (could be any number or rows of data ---columns will remain constant)
e.g
A,1,4,2,5
C,3,2,3,0
B,2,1,1,2
thanks in advance
thanks
need to create a 2d matrix from a comma delimited file (could be any number or rows of data ---columns will remain constant)
e.g
A,1,4,2,5
C,3,2,3,0
B,2,1,1,2
thanks in advance
thanks