Difference between revisions of "Perl"

From RogueBasin
Jump to navigation Jump to search
 
Line 9: Line 9:
{{stub}}
{{stub}}


Perl 5 is a highly capable, feature-rich programming language with over 27 years of development. Perl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.
Perl is a highly capable, feature-rich programming language with over 27 years of development. Perl runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.


Here's one example of Perl source code for maze generation: [[Dynamically Sized Maze]]
Here's one example of Perl source code for maze generation: [[Dynamically Sized Maze]]

Latest revision as of 15:54, 26 December 2014

Perl
Programming Language
Company
Influences
Updated v5.20.1
Status Stable
Licensing Open Source
Platforms Linux, Unix, Mac OS X, Windows and others.
Official site of Perl



Perl is a highly capable, feature-rich programming language with over 27 years of development. Perl runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.

Here's one example of Perl source code for maze generation: Dynamically Sized Maze