Help for this page
my $count; ... # 6. Matches 'c'. print("$count\n"); # 2
my $count; our $c = 0; ... # 8. $count = $c. print("$count\n"); # 1