my $count = 0; foreach my $arrayRef ( @twoDimArray ) { foreach my $item ( @$arrayRef ) { $count++; } }