While all very true, Perl programmers know how to be lazy (it's one of their virtures). So why would you want to do an if(!(expression)) when you can say unless(expression)? Or, in English, "If not this, do that" compared to "unless this happened, do that."
no subject
Date: 2005-09-14 05:03 pm (UTC)no subject
Date: 2005-09-14 05:10 pm (UTC)And that's another in a long list of reasons Perl is a WORN language. (Write once read never)