Howdy,

I know that to determine the array length of @array, the following options
are available:
a) $#array (returns last index)
b) scaler(@array) (returns true length)

Now... if I have a multidimensional array, $array[$x][$y], how do I
determine the array length for $array[$x]?  I am trying to provide a
conditional line of code for the last element in the array... any
suggestions?

Thanks,

Mike


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to