The statement assigns a list to a list, evaluating the right-hand side in list context. The array elements are copied, and since the left-hand side lists only one variable ($b) inside parentheses, it receives the first element of the array, which is 0.