answersLogoWhite

0


Best Answer

Perl is the most popular language used for CGI programs.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the most popular programming language used for CGI programs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the most popular programs that air on NPR?

While local public radio stations do not necessarily air all NPR programming, there are some programs that are generally popular in most markets. The most popular NPR programs are Morning Edition, All Things Considered, Marketplace, Fresh Air, and Prairie Home Companion.


What are computer programming languages using in now days?

Apple and apple developers use Objective-C, and most other people usually use python, C, C++, or Java


Which programming language is used to create UI windows from scratch in Linux?

Most programs in Linux are written using C or C++.


What is VB program?

Visual Basic is a powerful programming language used to make programs for use with Windows. VB can make from either the simplest, to the most advanced programs. Visual Basic is very easy to learn compared to other languages.


What are programming languages written in?

which programs?the easiest way to find out is to go to wikipedia and search for particular program and on right hand side you will see information in which programming language is written


What is the use of the C language?

The C language (or more commonly C++) is the core of most programming done at the desktop level. Most programs written in Linux are in C or C++, as are most Windows programs. A number of languages in recent computer history have been designed to reduce the dependency on C and C++, but have still largely failed to replace C and C++ for high performance applications.


What is purpose of pascal?

The Pascal language is used just like any other programming language. In the 70's and 80's, Pascal and Basic were the most common languages taught for beginning programming classes. Pascal is the foundation of the popular Delphi programming language as well as part of the Oxygene language for .NET. Pascal language is easier to read and is not case sensitive, which can add to difficulty in learning programming. It's also easier to debug.


The most popular c plus plus book?

The C++ Programming Language by Bjarne Stroustrup (creator of C++), now in its 4th Edition.


Why program in c language?

It is the most common programming language, but of course there are many others. It is one of the easiest computer programming.


Can you install C language in Linux?

C isn't a program, or something you install; it is a programming language for writing software. Linux and most of the programs that run on it were written in C, and a C compiler and libraries are supplied with most systems, or are readily available.


What was the most used computer language?

There is (and always was) only one computer language: binary (also known as machine code). In order to create machine code programs, programmers use computer programming languages, both low-level and high-level (the level indicating the amount of abstraction between the source code and the resultant machine code). The most-used programming language today is Java, however it is only suitable for applications programming. The most-used general purpose language is C++.


Which programming language is widely used in software industries?

The most widely used language in industry is C++. Although Java is more popular world-wide, it is only suitable for application programming. That is, it cannot be used for machine-level programming as the code is compiled against a virtual machine rather than a physical one.