what language is better for making cgi???
php or perl or javascrip??? or smth else???
please help me to decide what to study!
thanks!
Printable View
what language is better for making cgi???
php or perl or javascrip??? or smth else???
please help me to decide what to study!
thanks!
I say go for PHP, open source, free, multiplatform and uses modern coding style, also very extensible and most of all, easy to use + good online documentation (http://www.php.net)
I personally prefer Perl. It is everything Jop described PHP as and more. Perl is a general purpose programming language (PHP is not), which means there is really no limitation to what you can do with it.
I'd like to hear the limitations of PHP are.Quote:
Originally posted by jeffmott
I personally prefer Perl. It is everything Jop described PHP as and more. Perl is a general purpose programming language (PHP is not), which means there is really no limitation to what you can do with it.
And as a side note, I'd recommend PHP as well.