Perl: if with undefined variable
Self-tutoring about comp-sci: the tutor mentions Perl’s reaction to if(var), var undefined. In yesterday’s post I mention about LISP and its reaction to a few “if” situations. In particular, LISP won’t tolerate being asked “if” about an undefined variable. LISP, …