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...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|company =
|company =
|influences =  
|influences =  
|updated = v5.16.3
|updated = v5.20.1
|status = Stable
|status = Stable
|licensing = Open Source
|licensing = Open Source
Line 8: Line 8:
|site = http://www.perl.org}}
|site = http://www.perl.org}}
{{stub}}
{{stub}}
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]]

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