foreach my $record(@$data) {print @$record[0];} #### foreach(@$data) {print @$_[0];}