$arr_ref = ( [ 1,2,3 ] ) ; @array = @$arr_ref ; #Now, @array has those three elements . @arr_ref_new = ( [1],[2],[3,4] ) ;