Help for this page
my $c; my %s; ... } print("foo() was called $c times, but only ", scalar(keys(%s)), " sets + of lexicals were created.\n");
foo() was called 4531 times, but only 7 sets of lexicals were created.