PERL - Harvard Computer Society

Arrays are automatically adjusting their size. If we assign value to the element of an array outside the current size of an array, the array size will increase, and all intermediate values will be set to "undef". Sorting. You can sort an array using sort() function. However there are some limitations. First of all, your array does not stay sorted. ................
................