Sha256: a6dc3364251ae9885eca8906e57f07bef15416569220ba4c7394cfbb8492f488
Contents?: true
Size: 885 Bytes
Versions: 391
Compression:
Stored size: 885 Bytes
Contents
# What is Perl5? Perl v5 is a high-level general purpose programming language invented by Larry Wall and first released in 1987. It is an eclectic interpreted, procedural, loosely typed language which had its peak of popularity with the rise of the World Wide Web, though it remains widely used in Quality Assurance, IT infrastructure automation, text processing, bioinformatics and web application development, just to name a few areas. It is highly flexible, but this flexibility can have a follow-on maintenance cost. Perl also has - minimal built-in object support, but interesting 3rd party OO - first class functions - closures - a powerful built-in regular expression engine - the [Comprehensive Perl Archive Network (CPAN)](http://www.cpan.org), a massive library of user-contributed modules Every well-known unix and unix-style operating system ships with Perl included.
Version data entries
391 entries across 391 versions & 1 rubygems