|
|
Comparing PHP with Perl for Dynamic Web Pages |
|
|
John Lim |
|
|
Perl / Articles |
|
|
Click to Visit |
|
|
38 |
|
In this article the author compares the PHP and Perl by four scales that is, Scaling the Learning Curve, the Separation of Code and Data, speed and maturity. PHP is very easy to learn because of its small core language and many basic HTTP concepts are built into GET and POST variables which is easy to learn for the beginners. well versed in Java script have no problem in learning PHP. PHP dividing the code from the HTML for easy management. In perl print statemets are used to create all your HTML for easy management. Perl has the edge on PHP and the PHP is a newer language. Perl has support, tutorials and modules available. The author concludes that PHP works faster than Perl and his choice is PHP.
|