shift removes from the beginning of the array: my $next_customer = shift @customers;. unshift adds to the beginning of an array:
確定! 回上一頁