Posts: 174
Location: If I told you that, I'm afraid I'd have to kill you!
|
Well to my opinion, it is because there are less and less people using PERL compared to PHP and ASP because PERL, to my opinion, is a pain in the neck...I have been trying to study perl for 3 months, and it felt like trying to build an atomic bomb...so I gave up. Then I read about PHP, and within 2 days, I fell in love with PHP. It is very flexible, powerful, has many nifty features, and the best thing is: Unlike Perl in which you must print out html tags in a Perl script, you can just embed PHP scripts in HTML...
So, a .PHP is basically an html page with PHP tags and scripts here and there. But perl, it is a .cgi page with html that has to be printed...It is a huge pain in the neck. Also, since Perl is an executable, servers only allow Perl to be executed in a directory (CGI-BIN)...PHP and ASP can be executed anywhere....
|