in reply to Re: Bug with dprofpp?in thread Bug with dprofpp?
Just to clarify... $arr[-1]= only gives the noted error if @arr is empty. $arr[-2]= gives a similar error if @arr has fewer than 2 elements, etc.