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..