Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: How to get this not the usual round robin looping bustrophedon semplified

by Discipulus (Canon)
on Oct 13, 2015 at 10:26 UTC ( [id://1144670]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    map {push @{$h{ $_ }},grep {defined} shift @B} (@A, reverse @A) x int 
    +($#B / $#A) ;
    
    dd %h;
    
  2. or download this
    
       map {push @{$h{ $_ }}, shift @B} (@A, reverse @A) x ($#B / $#A /2) 
    +;  ##No it is still not good..
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-18 04:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found