sub calculates_squares { my $code = shift; ... returns true if and only if $code is a function for computing squares ... }
Why can't we write this?
continued...