in reply to Re^2: How to store multiples lines/records in a array
in thread How to store multiples lines/records in a array
Since you are printing 6 per line, the number of lines will be:
use ($linecount -1) instead of the hard coded 5.my $linecount = int((scalar(@values) +5)/ 6); #Rounding up.
You subtract one because the starting value is 0.
My goal ... to kill off the slow brain cells that are holding me back from synergizing my knowledge of vertically integrated mobile platforms in local cloud-based content management system datafication.
|
|---|