Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Perl/CGI Vs PHP Vs ASP

by Juerd (Abbot)
on May 21, 2005 at 18:28 UTC ( [id://459268]=note: print w/replies, xml ) Need Help??


in reply to Perl/CGI Vs PHP Vs ASP

Big site with its own dedicated (virtual) server that you can configure and maintain yourself: Perl with mod_perl.

Site on shared bulk hosting where you have to choose between mod_php and mod_cgi: PHP if dynamic programming is necessary for every page, otherwise static pregenerated content with CGI scripts for the less often accessed dynamic pages.

Amazon.com, a huge high-traffic makes heavy use of Perl, but thousands of small web shops are built with PHP. Just the purpose of your site-to-be is no indication for the language to use. I think the most important thing is how skilled the programmers involved are or want to be. PHP is very limiting, and it'll forever keep its users at a beginner's level. Perl on the other hand has a steep learning curve, but allows one to reach a level at which you're no longer scripting or writing dynamic templates, but are actually programming a complex system much more easily.

If you start learning both PHP and Perl at the same time and spend equal time learning them, very quickly will you have become a PHP expert knowing all there is to know. At that point, your Perl skills will be considered merely intermediate. Once you reach Perl expert level, you start laughing at PHP :)

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

Replies are listed 'Best First'.
Re^2: Perl/CGI Vs PHP Vs ASP
by sk (Curate) on May 21, 2005 at 21:15 UTC
    Thanks Juerd. If a site like Amazon works with Perl then my site shouldn't have any issues for now. I am sure Amazon will attract more volume than my site for the next few years...Once the concept works out i can always hire people who are very proficient in this area to improve things...for now I think I will stick with Perl as it gives a lot of flexibility!

    thanks for all your feedback!

    cheers

    SK

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://459268]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-20 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found