strredwolf: (Default)
STrRedWolf ([personal profile] strredwolf) wrote2005-09-13 07:29 pm

PHP is like Perl, but only so much.

I miss Perl's unless control structure.  Perl has better "english" making things readable.  It's so good, you can do Perl Poetry.

Ugh.  PHP needs to do better.

[identity profile] zimzat.livejournal.com 2005-09-14 02:34 am (UTC)(link)
*does a quick search*

unless ($a == $b) is the same as if ($a != $b)

ugh. That's just lazy.