Help for this page
my $n = 100; my $c = 0; ... $c++; } print "$c\n";
my $n = 100; my $c = 0; ... } } print "$c\n";