enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. CPAN - Wikipedia

    en.wikipedia.org/wiki/CPAN

    There is also a Perl core module named CPAN; it is usually differentiated from the repository itself by using the name CPAN.pm. CPAN.pm is mainly an interactive shell which can be used to search for, download, and install distributions. An interactive shell called cpan is also provided in the Perl core, and is the usual way of running CPAN.pm ...

  3. Perl package manager - Wikipedia

    en.wikipedia.org/wiki/Perl_package_manager

    Perl Package Manager (PPM) is a Perl utility intended to simplify the tasks of locating, installing, upgrading and removing software packages. It can determine if the most recent version of a software package is installed on a system, and can install or upgrade that package from a local or remote host.

  4. Perl Archive Toolkit - Wikipedia

    en.wikipedia.org/wiki/Perl_Archive_Toolkit

    Apart from creating, manipulating, loading, and installing binary PAR archives, the PAR module can be used to create standalone executables from complex applications using its PAR::Packer extension. Like many other Perl modules, PAR is primarily distributed via the CPAN where numerous extensions have been published. These include:

  5. Strawberry Perl - Wikipedia

    en.wikipedia.org/wiki/Strawberry_Perl

    Various non-standard but widely used Perl modules. These mostly relate to ease of installation of further extensions from the CPAN, but also include various tools that enhance the ability to install packages from other sources such as the Perl Archive Toolkit, the Perl package manager and the Perl Installation Program.

  6. Perl module - Wikipedia

    en.wikipedia.org/wiki/Perl_module

    A Perl module is a discrete ... The Perl community has a sizable library of distributions available for search and download via CPAN. Perl is a language allowing many ...

  7. Software repository - Wikipedia

    en.wikipedia.org/wiki/Software_repository

    Repositories may be solely for particular programs, such as CPAN for the Perl programming language, or for an entire operating system. Operators of such repositories typically provide a package management system , tools intended to search for, install and otherwise manipulate software packages from the repositories.

  8. Pugs (compiler) - Wikipedia

    en.wikipedia.org/wiki/Pugs_(compiler)

    As of version 6.2.6, Pugs also has the ability to embed Perl 5 and use CPAN modules installed on the system. The example below demonstrates the use of the popular Perl DBI module to manage a database:

  9. Dancer (software) - Wikipedia

    en.wikipedia.org/wiki/Dancer_(software)

    Dancer is an open source lightweight web application framework written in Perl and inspired by Ruby's Sinatra. In April 2011, Dancer was rewritten from scratch and released as Dancer2 . The reason for the rewrite was to fix architectural issues and eliminate the use of singletons . [ 2 ]