Tags: Genre, Music Genre, Topical Concept.

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.A module defines its source code to be in a package (much like a Java package) the Perl mechanism for defining namespaces e.g. CGI or Net::FTP or XML::Parser; the file structure mirrors the namespace structure (e.g. the source code for Net::FTP is in Net/FTP.pm).

Loading...

This page contains content from the copyrighted Wikipedia article "Perl module"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.