http://www.perlmonks.org?node_id=840636

selva has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,
I have a script which will get data from mysql and populate it in to listbox. Data has more than 40 rows and 20 columns. Currently i used "|" delimiter to separate the column. For separating rows i don't know the way. I want to display the data like excel format.

If anyone could point me in the right direction, it would be much appreciated.