my $runs = 100000; # 10 thousand - the num of times we repeat the experimentThat's a confusing comment. 100000 can be written as 100_000 (see Scalar value constructors):
my $runs = 100_000;
In reply to Re: A Question with Nesting Arrays
by toolic
in thread A Question with Nesting Arrays
by ccelt09
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |