Perl Script Mod… Changing The Way It Outputs Tables

I have a new project that requires a perl script modification…..

currently the script reads a flat csv file and returns results in a html table…. variables set in Lines 39-47

in this script I have it set to make 4 colums per row (line 40)
and each “result” is in a column cell, after each other… once it gets to the 5th result it makes a new row…. the 9th result a new row and so on…

works fine, but I need more flexibility… I have a customer who wants a vertical line between…

Leave a Reply

Your email address will not be published. Required fields are marked *