What is PERL?

Comprehensive FAQ system

If you are looking for answers then you've come to the right place. Our indepth FAQ system provides information on many web related subjects aswell as providing answers to common queries relating to domain names and web hosting.

What is PERL?

Perl is a script programming language that is similar in syntax to the C language and that includes a number of popular Unix facilities such as SED, awk, and tr. Perl is an interpreted language that can optionally be compiled just before execution into either C code or cross-platform bytecode.

Perl is regarded as a good choice for developing common gateway interface (CGI) programs because it has good text manipulation facilities (although it also handles binary files). It was invented by Larry Wall.

In general, Perl is easier to learn and faster to code in than the more structured C and C++ languages. Perl programs can, however, be quite sophisticated. Perl tends to have devoted adherents. Perl was originally said to stand for "Practical Extraction and Reporting Language" but that name is no longer used. Larry Wall prefers the usage of an upper-case "Perl" for the language itself and lower-case "perl" for any interpreter or compiler of Perl.

The most common use of Perl is for CGI scripting. Visit www.perl.com for more information.