Hi,
In a single dimension array it is easy to find the last element of the array:
i.e.
$#array or $array[$#array]
however does anyone know of a neat way to find the last "row" in a 2 Dimensional Array?
e.g. say I want to find:
$array[last_row][0..whatever]
Any help would again be appreciated
Thanks
In a single dimension array it is easy to find the last element of the array:
i.e.
$#array or $array[$#array]
however does anyone know of a neat way to find the last "row" in a 2 Dimensional Array?
e.g. say I want to find:
$array[last_row][0..whatever]
Any help would again be appreciated
Thanks