Count array items in Perl
$#data
…where @data is an array
$#data
…where @data is an array