foreach(0..@array) { foreach(0..@otherarray) { # if I use $_ here, what does it refer to ? } }