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 the getline_all method of Text::CSV and the Array::Transpose module on CPAN. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/