Next You can't get there from here 35

Squares

        sub calculates_squares {
          my $code = shift;
          ... returns true if and only if $code is a function
              for computing squares ...
        }

continued...
Next Copyright © 2005 M. J. Dominus