in reply to de-referencing @$

You can take the first commenters solution one step further:

printf "Col Zero: %s Col One: %s Col Four: %s\n", @{ $bbdata }[0,1,4]

with appropriate changes for the data format.

Harley J Pig