for my $row ( @{ $table } ) # Iterates over the values. { say "label ". $row->[0]; }