On Jul 25, 2:10 pm, Jeff <[EMAIL PROTECTED]> wrote: > I can tell you exactly why PHP > is so popular: it acts as an extension of HTML and is syntactically > similar to Perl. >
Although, that can lead to problems, if you're not careful: Perl: my $x = 5 + 9000 || 1; # $x is 9005 PHP: $x = 5 + 9000 || 1; # $x is 6... -- http://mail.python.org/mailman/listinfo/python-list