Perl or any other language/or any other non interpreted langauge?
Considering the speed factor,how can we compare perl with other languages?Especially in a web environment such as cgi programs ,there is an overhead in creating an instance of the perl interpreter each time a client requests the cgi program.That means 100 requests,100 instances.
I wonder why webstites are still using this kind of system to support web applications while other better options are out there in the market.
Opinions?