Perl

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(LAMP)
(References)
Line 37: Line 37:
 
* [http://www.cpan.org/ CPAN: source of Perl modules and libraries]
 
* [http://www.cpan.org/ CPAN: source of Perl modules and libraries]
 
* [http://shop.oreilly.com/product/9780596004927.do Programming Perl: the classic "camel book"]
 
* [http://shop.oreilly.com/product/9780596004927.do Programming Perl: the classic "camel book"]
 +
* [http://www.networkworld.com/community/node/82011?utm_medium=referral&utm_source=t.co Perl turns 25]

Revision as of 16:30, 18 December 2012

File Format
Name Perl
Ontology
Extension(s) .pl, .pm, .ph, .cgi, .fcgi
Released 1987


Perl is a high-level, general-purpose, interpreted, dynamic programming language.

Though Perl is not officially an acronym, there are various backronyms in use, such as: Practical Extraction and Reporting Language, and (more whimsicallly) Pathologically Eclectic Rubbish Lister. Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. In the 1990s it became very popular for web scripting, though other languages have gained more popularity for this purpose lately.

It is one of the possibilities for the P in LAMP (a set of technologies used in many web back-ends, including Linux, Apache, and MySQL, notable for being free, open-source software in contrast to proprietary technologies such as those from Microsoft) along with PHP and Python.

The book Programming Perl by Larry Wall and Randal L. Schwartz (and other co-authors in later editions), ISBN 978-0-596-00492-7 or ISBN 978-1-4493-9890-3 for the e-book version, is regarded as the definitive reference for the language, and is usually referred to as "the camel book" because of the picture of a camel on the cover (in keeping with publisher O'Reilley's use of animals on its technical book covers).

Programs in Perl are usually stored in plain-text files, to be run by the Perl interpreter.

Perl 6 has been under development for years, with a number of differences from earlier versions of Perl which make programs incompatible both forward and reverse. This new version uses a virtual machine called "Parrot" with a language that is intermediate between Perl and native machine code.

Contents

Extension convention

.pl

Command line script

.pm

Perl Module (library)

.ph

Perl Header (file inserted within script/program)

.cgi

Common Gateway Interface usage (server side scripting on webservers / webservices)

.fcgi

API independent Common Gateway Interface usage (server side scripting on webservers / webservices)

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox