Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: How to store multiples lines/records in a array

by NetWallah (Canon)
on Jul 03, 2013 at 03:08 UTC ( [id://1042140]=note: print w/replies, xml ) Need Help??


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

scalar (@values) will give you the number of elements in @values.

Since you are printing 6 per line, the number of lines will be:

my $linecount = int((scalar(@values) +5)/ 6); #Rounding up.
use ($linecount -1) instead of the hard coded 5.

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1042140]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-28 18:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found