Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re (tilly) 2: Mixing up da Arrays (Golf) (Russ=53)

by tilly (Archbishop)
on Apr 19, 2001 at 03:52 UTC ( [id://73698]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Mix {
    map{my$i=$_;map$i<@$_?$$_[$i]:(),@_}0..map@$_,@_
    }
    
  2. or download this
    sub Mix {
    map{splice@$_,0,1}map@_,map@$_,@_
    }
    
  3. or download this
    sub Mix {
    map{splice@$_,0,1}map@_,map@$_,@_=map[@$_],@_
    }
    
  4. or download this
    sub Mix {
    map{map{splice@$_,0,1}(@_)x@$_}@_
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (11)
As of 2024-03-28 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found