in reply to How to get the column from lines

Firstly, it would be very helpful to see an example of the data. Secondly, zero-based indexing trips up a lot of people. (split / /)[2,5] will give you the 3rd and 6th columns of your data.

Replies are listed 'Best First'.
Re^2: How to get the column from lines
by hippo (Archbishop) on Apr 14, 2014 at 16:19 UTC

    Best guess is that this is an example of the data.

Re^2: How to get the column from lines
by Bloodnok (Vicar) on Apr 14, 2014 at 16:37 UTC