in reply to perl 6 list of lists example code sought
AFAIK, mostly all that changes is the for loop, and I suspect that you wont need to explicitly de-reference the nested array either. So you code might look like this:
for @z -> $r { say $r } [download]