 |
|
 |
Perl - The Camel Symbol | A Wisdom Archive on Perl - The Camel Symbol |  | Perl - The Camel Symbol A selection of articles related to Perl - The Camel Symbol |  |
|
More material related to Perl can be found here:
|
|
|  | |
Perl, Perl - Applications, Perl - Availability, Perl - CPAN, Perl - Con, Perl - Control structures, Perl - Data types, Perl - Database interfaces, Perl - Example Program, Perl - Fun with Perl, Perl - Future, Perl - History, Perl - Implementation, Perl - Language design, Perl - Language features, Perl - Language structure, Perl - Name, Perl - Opinion, Perl - Overview, Perl - Pro, Perl - Regular expressions, Perl - Subroutines, Perl - The Camel Symbol, Perl 6, CPAN, The Perl Foundation, Larry Wall, Just another Perl hacker, Obfuscated Perl contest, POE- the Perl Object Environment
|  | |
|
ARTICLES RELATED TO Perl - The Camel Symbol |  |  |  | Perl - The Camel Symbol: Encyclopedia II - Perl - Language structure
Perl - Example Program.
In Perl, the canonical "Hello world" program is:
#!/usr/bin/perl
print "Hello, world!\n";
The first line is the shebang, which tells the operating system where to find the Perl interpreter. The second line prints the string Hello, world! and a newline (like a person pressing 'Return' or 'Enter').
The shebang is the usual way to invoke the interpreter on Unix systems. Windows systems may rely on the shebang, or they may associate a .plSee also: Perl, Perl - Overview, Perl - Language features, Perl - Applications, Perl - Implementation, Perl - Availability, Perl - Language structure, Perl - Example Program, Perl - Data types, Perl - Control structures, Perl - Subroutines, Perl - Regular expressions, Perl - Database interfaces, Perl - Language design, Perl - Opinion, Perl - Pro, Perl - Con, Perl - History, Perl - Future, Perl - CPAN, Perl - Name, Perl - The Camel Symbol, Perl - Fun with Perl Read more here: » Perl: Encyclopedia II - Perl - Language structure |
|  |
|
 |  |  | Perl - The Camel Symbol: Encyclopedia II - Perl - CPANCPAN, the Comprehensive Perl Archive Network, is a collection of mirrored web sites that serve as a primary archive and distribution channel for Perl sources, distributions, documentation, scripts, and—especially—modules. It is commonly browsed with the search engine http://search.cpan.org/.
There are currently over 8,800 modules available on CPAN, contributed by over 2,500 authors. Modules are available for a wide variety of tasks, including advanced mathematics, database connectivity, and networking. Essentially everything on CP ...
See also:Perl, Perl - Overview, Perl - Language features, Perl - Applications, Perl - Implementation, Perl - Availability, Perl - Language structure, Perl - Example Program, Perl - Data types, Perl - Control structures, Perl - Subroutines, Perl - Regular expressions, Perl - Database interfaces, Perl - Language design, Perl - Opinion, Perl - Pro, Perl - Con, Perl - History, Perl - Future, Perl - CPAN, Perl - Name, Perl - The Camel Symbol, Perl - Fun with Perl Read more here: » Perl: Encyclopedia II - Perl - CPAN |
|  |
|
 |  |  | Perl - The Camel Symbol: Encyclopedia II - Perl - NamePerl was originally named "Pearl", after "the pearl of great price" of Matthew 13:46. Larry Wall wanted to give the language a short name with positive connotations; he claims that he looked at (and rejected) every three- and four-letter word in the dictionary. He also considered naming it after his wife Gloria. Wall discovered before the language's official release that there was already a programming language named PEARL and chan ...
See also:Perl, Perl - Overview, Perl - Language features, Perl - Applications, Perl - Implementation, Perl - Availability, Perl - Language structure, Perl - Example Program, Perl - Data types, Perl - Control structures, Perl - Subroutines, Perl - Regular expressions, Perl - Database interfaces, Perl - Language design, Perl - Opinion, Perl - Pro, Perl - Con, Perl - History, Perl - Future, Perl - CPAN, Perl - Name, Perl - The Camel Symbol, Perl - Fun with Perl Read more here: » Perl: Encyclopedia II - Perl - Name |
|  |
|
 |  |  | Perl - The Camel Symbol: Encyclopedia II - Perl - FutureAt the 2000 Perl Conference, Jon Orwant made a case for a major new language initiative. This led to a decision to begin work on a redesign of the language, to be called Perl 6. Proposals for new language features were solicited from the Perl community at large, and over 300 RFCs were submitted.
Larry Wall spent the next few years digesting the RFCs and synthesizing them into a coherent framework for Perl 6. He has presented his design for Perl 6 in a series of documents called apocalypses, which are numbered to correspond to chapters ...
See also:Perl, Perl - Overview, Perl - Language features, Perl - Applications, Perl - Implementation, Perl - Availability, Perl - Language structure, Perl - Example Program, Perl - Data types, Perl - Control structures, Perl - Subroutines, Perl - Regular expressions, Perl - Database interfaces, Perl - Language design, Perl - Opinion, Perl - Pro, Perl - Con, Perl - History, Perl - Future, Perl - CPAN, Perl - Name, Perl - The Camel Symbol, Perl - Fun with Perl Read more here: » Perl: Encyclopedia II - Perl - Future |
|  |
|
 |  |  | Perl - The Camel Symbol: Encyclopedia II - Perl - Language designThe design of Perl can be understood as a response to three broad trends in the computer industry: falling hardware costs, rising labor costs, and improvements in compiler technology. Many earlier computer languages, such as Fortran and C, were designed to make efficient use of expensive computer hardware. In contrast, Perl is designed to make efficient use of expensive computer programmers.
Perl has many features that ease the programmer's task at the expense of greater CPU and memory requirements. These include automatic memory management; dynamic typing; strings, lists, and hashes; regular expressions; intros ...
See also:Perl, Perl - Overview, Perl - Language features, Perl - Applications, Perl - Implementation, Perl - Availability, Perl - Language structure, Perl - Example Program, Perl - Data types, Perl - Control structures, Perl - Subroutines, Perl - Regular expressions, Perl - Database interfaces, Perl - Language design, Perl - Opinion, Perl - Pro, Perl - Con, Perl - History, Perl - Future, Perl - CPAN, Perl - Name, Perl - The Camel Symbol, Perl - Fun with Perl Read more here: » Perl: Encyclopedia II - Perl - Language design |
|  |
|
 |  |  | Perl - The Camel Symbol: Encyclopedia II - Perl - OverviewThe perlintro(1) man page states:
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it's easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has one of the world's most impressive collectio ...
See also:Perl, Perl - Overview, Perl - Language features, Perl - Applications, Perl - Implementation, Perl - Availability, Perl - Language structure, Perl - Example Program, Perl - Data types, Perl - Control structures, Perl - Subroutines, Perl - Regular expressions, Perl - Database interfaces, Perl - Language design, Perl - Opinion, Perl - Pro, Perl - Con, Perl - History, Perl - Future, Perl - CPAN, Perl - Name, Perl - The Camel Symbol, Perl - Fun with Perl Read more here: » Perl: Encyclopedia II - Perl - Overview |
|  |
|
 | |
|
|
More material related to Perl can be found here:
|
|
|
 | |