Help for this page

Select Code to Download


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