update value in offset :2 if(defined $tab[2]) { $tab[2]=$newValue; } # add element to array: push(@tab,$newValue); # create new array except first element: ...
確定! 回上一頁