Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Non-destructive array processing

by jmcnamara (Monsignor)
on Jan 20, 2003 at 22:19 UTC ( [id://228508]=note: print w/replies, xml ) Need Help??


in reply to Non-destructive array processing


I like this a little better:
for my $i (0 .. $#array/2) { my @chunk = @array[2*$i, 2*$i + 1]; print "Chunk: @chunk\n"; }

--
John.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found