Re: file rows to colum using Text::CSV ?

2012-06-20 Thread Jim Gibson
On Jun 20, 2012, at 1:57 PM, Rajeev Prasad wrote: > i wrote this code which turns rows into columns from a csv file (here you see > as 'in' array) > > I am finding it difficult to figure to do this using Text::CSV ??? > > can anyone suggest how to convert this to use Text::CSV ? > Check out

file rows to colum using Text::CSV ?

2012-06-20 Thread Rajeev Prasad
i wrote this code which turns rows into columns from a csv file (here you see as 'in' array) I am finding it difficult to figure to do this using Text::CSV ??? can anyone suggest how to convert this to use Text::CSV ? thank you. Rajeev #!/usr/bin/perl use warnings; use strict; #array rows t