Using $#array we can find the last index of an array.
but when I changed the value of $[ variable ( first index of an array), the value of $#array get changed as $[ variable value + last index of an array.
So Please explain me about how $#array is internally working.
Thanks in advance.