Introdução às Linguagens de Programação/Perl: diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
Linha 119:
 
Perl has many and varied applications, compounded by the availability of many standard and third-party modules.
Ever since the early days of the Web, programmers have used Perl to write CGI scripts. Perl is known as one of "the three Ps" (along with Python and PHP), the most popular dynamic languages for writing Web applications. It is also an integral component of the popular LAMP solution stack for web development. Large projects written in Perl include cPanel, Slash, Bugzilla, RT, TWiki, and Movable Type. Many high-traffic websites use Perl extensively. Examples include Amazon.com, bbc.co.uk, Priceline.com, Craigslist,[43] IMDb,[44] LiveJournal, Slashdot and Ticketmaster.
 
Perl is often used as a glue language, tying together systems and interfaces that were not specifically designed to interoperate, and for "data munging",[45] that is, converting or processing large amounts of data for tasks such as creating reports. In fact, these strengths are intimately linked. The combination makes Perl a popular all-purpose language for system administrators, particularly because short programs can be entered and run on a single command line.
 
With a degree of care, Perl code can be made portable across Windows and Unix. Portable Perl code is often used by suppliers of software (both COTS and bespoke) to simplify packaging and maintenance of software build- and deployment-scripts.