Help for this page

Select Code to Download


  1. or download this
    my @front, @back;
    while( @array1 ) {
    ...
        }
    }
    my @array2 = (@front, @back);
    
  2. or download this
        push @{exists $skip{$_->[0]} ? \@back : \@front}, $_;