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

Re: Switch the odd/even elements of an array

by wind (Priest)
on Mar 04, 2011 at 20:31 UTC ( [id://891512]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @foo = (1..8);
    
    my @bar = @foo[map {$_ ^ 1} (0..$#foo)];
    
    print "@bar";
    
  2. or download this
    2 1 4 3 6 5 8 7
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found