Hi all,

I need to consolidate columns of data available across different
directories into a single excel csv file. Usually we write to a file
row after row but for the current task I have, it would be convenient
to write the file column after column. Is there a file writing mode
for this?

If not, I guess, I will have to write the matrix row by row and then
take a transpose. Let me know what you guys think and if you could
share some skeleton of code for something like this would be great.
Thanks.

-vijay


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to