Help for this page
sub interleave { # PNAMBIC; I'm just making two arrays using length args ... # Some magic happens here with @$a and @$b }
# These are just demonstrator edge cases interleave(1, 1); ... ABBBBABBBBBABBBBBA # 'B' strings can be swapped around interleave(7, 4); ABABABABAAA