shift (@array); ## used elsewhere print "$value"; } My problem is that the printed output is 1,3,5 instead of 1,2,3,4,5,6.
確定! 回上一頁