Difference between revisions of "Perl"

From RogueBasin
Jump to navigation Jump to search
(Created page with "{{Programming language| name = Perl |company = |influences = |updated = v5.16.3 |status = Stable |licensing = Open Source |platforms = Linux, Unix, Mac OS X, [[Wi...")
 
Line 8: Line 8:
|site = http://www.perl.org}}
|site = http://www.perl.org}}
{{stub}}
{{stub}}
Perl 5 is a highly capable, feature-rich programming language with over 26 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.
Here's one example of Perl source code for maze generation: [[Dynamically Sized Maze]]

Revision as of 18:37, 3 October 2014

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



Perl 5 is a highly capable, feature-rich programming language with over 26 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.

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