Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: how to seperate array after a certain number of elements?

by ikegami (Patriarch)
on Sep 19, 2007 at 15:16 UTC ( [id://639909]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @myArray = (1..100);
    
    ...
    foreach my $record (@myMainArray) {
       print(join(', ', @$record), "\n");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found