Help for this page
my $min = MIN(1..10)->();
my $min = MIN->(1..10);
my $max_of_at_least_zero = MAX(0); $max_of_at_least_zero->($_) while <>; # ...