hi monks,
Can any one give suggestion on the following one.
I am having an array like this
@array=(1,2,3,4,-1,-2,-3,11,12,13);
i want to take the sum of only positive continues number and i have 2 display the maximum sum of that array.
Thanks in advance.