in reply to Getting last value in array
$last_value = $array[$#array]; # $#array is the last index in @array [download]
-- Mike
-- just,my${.02}