Hi, I have a question about the array.
I have an array
@array = ('dic', 'tum, 'st');
now to want to add
@array[1] to @array[0] in order to get
@array[1] = 'dictum';
can anyone help me please..
Thanks
I have an array
@array = ('dic', 'tum, 'st');
now to want to add
@array[1] to @array[0] in order to get
@array[1] = 'dictum';
can anyone help me please..
Thanks
Comment