in reply to Mixing up da Arrays (Golf)
#!/usr/bin/perl6 sleep(31536000); @Row4 = merge(@Row1, @Row2, @Row3); [download]