Help for this page
sub counter { state $count = 0; $count++; }
{ my $count = 0; ... $count++; } }
{ my $count = 0; ... $count += 2; } }