in reply to Another prediction of Perl's demise

There is simply no better choice to build your web community with.

unfortunately it is used by lots of people who haven't got the faintest idea about security, good programming techniques etc. Each day, at work we are confronted with hacked websites, servers and accounts due to forum software written in PHP, database interfaces written in PHP and e-mail forms written in PHP.

I'm not saying that there aren't any good PHP programs, but there is just so much crap, it's giving a few of my collegues a full days job cleaning up after them!
Taint checking and strictures would be a major improvement in PHP, bus I fear that will never happen (It forced to many people to actually write solid code, in stead of quit 'flexible' scripts, leaving it to the system administrators to clean up after them.

Paul
(on behalf of his overworked collegues)

  • Comment on Re: Another prediction of Perl's demise

Replies are listed 'Best First'.
Re^2: Another prediction of Perl's demise
by Juerd (Abbot) on Nov 25, 2004 at 17:01 UTC

    Taint checking and strictures would be a major improvement in PHP, bus I fear that will never happen

    Heck, it'd already be much more enjoyable if it had such little nifty features that we, spoiled Perl Monks, take for granted, like lexical variables and anonymous functions. And the combination of those two: closures.

    Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }