Re: PHP vs Perl

2003-07-28 Thread Octavian Rasnita
their programs locally need them. ... Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: Todd W. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 28, 2003 5:21 AM Subject: Re: PHP vs Perl Octavian Rasnita [EMAIL PROTECTED] wrote

Re: PHP vs Perl

2003-07-28 Thread Gunther Birznieks
Octavian, In some respects I believe you are correct. Here are my 2cents... 1) It is really not good to enable mod_perl by default. Doing so would dramatically increase the size of the Apache binary. Enabling all scripts to run through Apache::Registry would break half the scripts that exist

RE: PHP vs Perl

2003-07-28 Thread Scot Robnett
Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: Scot Robnett [EMAIL PROTECTED] To: Octavian Rasnita [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, July 27, 2003 8:35 PM Subject: RE: PHP vs Perl I think there are a couple of myths that need

Re: PHP vs Perl

2003-07-23 Thread drieux
On Tuesday, Jul 22, 2003, at 20:10 US/Pacific, Wiggins d'Anconia wrote: Octavian Rasnita wrote: [..] Of course, he was talking about CGI programming, because I know that Perl can do much more than CGI programming like PHP. As much as we jest at your expense I suppose a real answer should be

RE: PHP vs Perl

2003-07-22 Thread wiggins
On Wed, 23 Jul 2003 00:39:30 +0300, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi all, Talking about PHP, someone asked me to tell him why is PHP better and why it is used more than Perl. I don't know what to tell him because I don't know

Re: PHP vs Perl

2003-07-22 Thread drieux
[..] Talking about PHP, someone asked me to tell him why is PHP better and why it is used more than Perl. [..] This might be a good time to point people towards the MVC - Model, View, Controller approach for doing software development. { just google search on Model, View, Controller for fun }