Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
This package provides tools for rapid prokaryotic genome annotation.
This package contains a set of common Perl utilities for generating consistent Vcf headers. It primarily exists to prevent code duplication between some other projects.
This package provides the Net::IP
Perl module. It implements functions to deal with IPv4/IPv6 addresses. The module can be used as a class, allowing the user to instantiate IP objects, which can be single IP addresses, prefixes, or ranges of addresses. There is also a procedural way of accessing most of the functions. Most subroutines can take either IPv4 or IPv6 addresses transparently.
This package provides the Net::SNMP
Perl module. It implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol.
Documentation at https://melpa.org/#/perlbrew
This package provides a Perl script for live coding.
This package provides the Parse::EDID
module. It implements some function to parse Extended Display Identification Data binary data structures.
This package provides the Net::Netmask
Perl module. It can parse, manipulate and lookup IP network blocks.
This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover
you can discover areas of code not exercised by your tests and determine which tests to create to increase coverage.
This package provides the Proc:Daemon
module. It can be sed by a Perl program to initialize itself as a daemon or to execute (exec
) a system command as daemon. You can also check the status of the daemon (alive or dead) and you can kill the daemon.