Jump to content

Perl interpreter

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 24.109.9.205 (talk) at 18:22, 28 August 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Perl interpreter, or perl is an open-source software running on multiple platforms, that parses and executes the scripts written in the Perl script-language.

Overview

perl (the initial p shouldn't be capitalized) is the standard parser that parses the Perl language. It is usually referred to when you read a Perl script on a Unix-like platform, and the first line is usually like this:

#!/usr/bin/perl

Aside from the virtue that it is able to parse the complicatedly intertwined, hugely syntactically redundant language Perl, the perl program also handles other routine jobs as a script Running Environment, such as Memory management, Dynamic linking and Flow Control. And it does the job nicely so that these are virtually transparent to the programmers and users of the Perl language.

Presumably for joke reasons only, "Perl-Script" is currently 3rd in the voting for the name of the Northern M0 Danube bridge, to be built over the Danube River in Hungary. The bridge naming contest is currently being led by American humorist Stephen Colbert, who led a campaign for fans of his show "The Colbert Report", to vote for him in the poll. The name of the bridge will be decided from the top 3 voted names (currently Colbert, Jon Stewart, and Perl-Script) on September 8.