my sample Array is @array= (loga1,loga2,logb1,logb2 ...) .
Any operator or function to declare the array something like
@array =log [a,b ] [1 ..7 ] instead of listing each value .I am only willing to populate the values inside the array and I am not comparing ,its just declaring .
Thanks in advance for your help