Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Ron Wingfield
- Original Message - From: "Chad Perrin" <[EMAIL PROTECTED]> To: Sent: Friday, May 26, 2006 12:09 PM Subject: Re: What are the differences between Perl and PHP when handling with Web pages On Fri, May 26, 2006 at 06:51:36PM +0200, sfantar wrote: Thank you ve

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Chad Perrin
On Fri, May 26, 2006 at 06:51:36PM +0200, sfantar wrote: > > Thank you very much for your long but very very interesting reply. > I started learning Perl. Until now, I think I made the good choice. > Contrary to PHP, It takes some time to deal with Perl at the beginning > but I am very happy to b

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread sfantar
Thanks a lot for the informations below. I will look for the modules mentioned below on cpan.org in order to understand how they work and how to write scripts using them. Octavian Rasnita a écrit : Hi, PHP is more limited than perl, but much simple to use for simple web pages than perl. PHP w

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread sfantar
Chad Perrin a écrit : On Fri, May 26, 2006 at 02:17:11PM +0200, sfantar wrote: What are the differences between Perl and PHP? The differences are far too many to list here. However, I'll list a few: Perl tends to run slightly faster. Your site's visitors probably won't notice any lag,

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Chad Perrin
On Fri, May 26, 2006 at 02:17:11PM +0200, sfantar wrote: > > What are the differences between Perl and PHP? The differences are far too many to list here. However, I'll list a few: Perl tends to run slightly faster. Your site's visitors probably won't notice any lag, though. PHP has a m

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Octavian Rasnita
Hi, PHP is more limited than perl, but much simple to use for simple web pages than perl. PHP was created specially for making web pages and you can transform very easy a .html file into a .php file. PHP is better than perl for web sites where there are very few dynamic parts of web pages, because

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread sfantar
Charles K. Clarkson a écrit : sfantar wrote: : What are the differences between Perl and PHP? You can Google for that. I found the following article. I think perl can be used for more applications than PHP. http://www.zend.com/zend/art/langdiff.php : Which one is the best to build up a

RE: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Charles K. Clarkson
sfantar wrote: : What are the differences between Perl and PHP? You can Google for that. I found the following article. I think perl can be used for more applications than PHP. http://www.zend.com/zend/art/langdiff.php : Which one is the best to build up a website? You don't really n