Help for this page
sub doubleStack { ... return @out; }
doubleStack(qw(a b c e 1 2 3 4 5 3 f),3) ... [ '3', '4', '5' ], [ '3', 'f'] ];