in reply to Re: Using Perl and WriteExcel to split data from one column to many others
in thread Using Perl and WriteExcel to split data from one column to many others
Also thank you for the help. I am currently thinking of:
while ($res[$o] = $sth->fetchrow_array()) { <code for splitting current array segment, and then printing the c +orresponding splits into the next columns sequentially.> }
I am thinking possibly another loop with an array to populate each rows values, then writing within that sub loop to each row column.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Perl and WriteExcel to split data from one column to many others
by Anique (Acolyte) on Oct 03, 2012 at 08:01 UTC | |
by squarez (Initiate) on Oct 03, 2012 at 17:58 UTC |