Search results
Results from the WOW.Com Content Network
A Perl module is a discrete component of software for the Perl programming language. Technically, it is a particular set of conventions for using Perl's package mechanism that has become universally adopted.
Perl borrows features from other programming languages including C, sh, AWK, and sed. [1] It provides text processing facilities without the arbitrary data-length limits of many contemporary Unix command line tools. [16] Perl is a highly expressive programming language: source code for a given algorithm can be short and highly compressible. [17 ...
Pages in category "Perl modules" The following 9 pages are in this category, out of 9 total. This list may not reflect recent changes. C. CGI.pm; D. DBIx::Class; G.
CPAN logo. The Comprehensive Perl Archive Network (CPAN) is a software repository of over 220,000 software modules and accompanying documentation for 45,500 distributions, written in the Perl programming language by over 14,500 contributors. [1]
Perl control structures; Perl modules - modular extensions of the Perl language. The following modules (and module groups) and many more, including support for them (manuals, etc.) can be found on CPAN.org, using its search box: Webpage-related modules – for creating, serving, fetching, and parsing web pages CGI.pm; Library for WWW in Perl ...
DBD (DataBase Driver) modules serve as plug-ins to DBI, allowing programmers to use near-database-independent SQL code in their applications. Programmers can also use the DBI and DBD modules indirectly using one of the object-relational mappers available for Perl, such as DBIx::Class, for more database-independent code with no need to write SQL.
Other examples are for the Comprehensive Perl Archive Network , which is a repository for Perl libraries (known as modules) that are not part of the core Perl distribution. The code that the site runs on is a much hacked fork of an early version of the Everything Engine and was created by Nathan Oostendorp [ 4 ] as part of Blockstackers ...
To make this module available to Perl it must be compiled. Build tools like ExtUtils::MakeMaker can do this automatically. (To build manually: the xsubpp tool parses an XS module and outputs C source code; that source code is then compiled to a shared library and placed in a directory where Perl can find it.)