- or download this
Evaluates the BLOCK or EXPR for each element of LIST (locally
setting $_ to each element) and returns the list value con
+sisting
...
scalar context, returns the number of times the expression
+ was
true.
- or download this
{
( exists $is_prime{$_} and $is_prime{$_} )
or
( $is_prime{$_} = is_prime($_) )
}
- or download this
exists $is_prime{$_}
- or download this
and $is_prime{$_}
- or download this
is_prime($_)
- or download this
$is_prime{$_} =
# the assigned value is the result of is_prime($_) if that function re
+turned true