UR - rich declarative transactional objects
UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...
BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution
Do
This package aims to provide a modern Perl development framework and foundational set of types, functions, classes, patterns, and interfaces for jump-starting application development. This package inherits all behavior from Data::Object; Please see t...
AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTC - Search in distribution
perlepigraphs - list of Perl release epigraphs
Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl5220delta - what is new for perl v5.22.0
- perl5202delta - what is new for perl v5.20.2
scan - a scanning script to gather port and OS information from hosts
This script uses the nmap security scanner with the Nmap::Parser module in order to run quick scans against specific hosts, and gather all the information that is required to know about that specific host which nmap can figure out. This script can be...
APERSAUD/Nmap-Parser-1.37 - 26 Jan 2019 20:01:33 UTC - Search in distribution- nmap2db - store nmap scan data into entries in SQLite/MySQL database
- nmap2sqlite - turn nmap scan data into entries in SQLite DB
- Nmap::Parser - parse nmap scan data with perl
Log::Log4perl - Log4j implementation for Perl
Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. For a detailed tutorial on Log::Log4perl usage, please read <...
ETJ/Log-Log4perl-1.55 - 01 Jun 2022 23:40:12 UTC - Search in distribution- Log::Log4perl::FAQ - Frequently Asked Questions on Log::Log4perl
- Log::Log4perl::Appender - Log appender class
- Log::Log4perl::Config - Log4perl configuration file syntax
- 47 more results from Log-Log4perl »
MCE::Core - Documentation describing the core MCE API
MARIOROY/MCE-1.879
-
24 May 2022 09:25:26 UTC
-
Search in distribution
genome - bioinformatics tools for genomics
The genome command gives command-line access to any of the genome modeling tools which are installed on the current system. Each installed tool group is a sub-command. Just type genome and press <ENTER> for a the top-level list and drill down....
SAKOHT/Genome-0.06 - 07 Mar 2011 16:47:38 UTC - Search in distribution- Genome - pipelines, tools, and data managment for genomics
LWES - Perl extension for the Light Weight Event System
This is the Perl interface to the Light Weight Event System. The Light Weight Event System is a UDP-based communication toolkit with built-in serialization, formatting, and type-checking....
LUM/LWES-0.01 - 01 Sep 2008 23:33:45 UTC - Search in distribution
Data::Printer - colored & full-featured pretty print of Perl data structures and objects
The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...
GARU/Data-Printer-1.000004 - 03 Mar 2021 22:30:38 UTC - Search in distribution
NmapParser - parse nmap scan data with perl
A perl module to JUST parse nmap XML data output. It is a fork of the Nmap-Parser minus the ability to do any scannings. It maintains all the calls of the other module along with adding some additional calls. It also adds a new method for accessing b...
LITTLEURL/XML-NmapParser-0.1 - 05 Sep 2015 22:55:10 UTC - Search in distribution
PDL::IO::Image - Load/save bitmap from/to PDL (via FreeImage library)
PDL::IO::Image implements I/O for a number of popular image formats. It is based on "FreeImage library" <http://freeimage.sourceforge.net/> however there is no need to install FreeImage library on your system because PDL::IO::Image uses Alien::FreeIm...
KMX/PDL-IO-Image-1.001 - 11 Jul 2017 11:50:20 UTC - Search in distribution
MP3::Info - Manipulate / fetch info from MP3 audio files
$mp3 = MP3::Info->new(FILE) OOP interface to the rest of the module. The same keys available via get_mp3info and get_mp3tag are available via the returned object (using upper case or lower case; but note that all-caps "VERSION" will return the module...
JMERELO/MP3-Info-1.26 - 03 Oct 2017 12:02:25 UTC - Search in distribution
Qualys - connect to the Qualys scanner API with perl
This module is a wrapper for connecting and using the QualysGuard API for all Qualys partners. It will take care of authentication and creating the correct uri based on the options provided and the selected API script. Using the Qualys (specifically ...
APERSAUD/Qualys-0.05 - 22 Aug 2005 18:13:54 UTC - Search in distribution
tabulate - a pretty text data tabulator that minimises the width of tables.
This UNIX filter reads from either files or standard input, formats the tab-separated text data into pretty, minimal width, space padded tables, and prints to standard output. Various options change the behaviour. This script is based on, and is part...
ARIF/Text-Tabulate-1.1.1 - 22 Jan 2008 18:11:58 UTC - Search in distribution- Text::Tabulate - a pretty text data tabulator that minimises the width of tables.
TUXEDO - Perl extension module for Tuxedo
This module provides the following functionality... * 'C' style interface The TUXEDO perl module gives you access to almost all of the tuxedo 8.1 apis from perl. In most cases you can take the C API you already familiar with, apply perl semantics to ...
AFRYER/TUXEDO-2.05 - 25 May 2005 00:41:16 UTC - Search in distribution
Tuxedo - Perl extension module for Tuxedo
This module provides the following functionality... * 'C' style interface The Tuxedo perl module gives you access to almost all of the tuxedo 8.1 apis from perl. In most cases you can take the C API you already familiar with, apply perl semantics to ...
AFRYER/Tuxedo-2.08 - 09 Jun 2005 01:39:41 UTC - Search in distribution
Ftree::Name - family tree generator
MISHIN/FamilyTreeInfo-2.3.41
-
24 Apr 2016 14:01:49 UTC
-
Search in distribution
- Ftree::FamilyTreeInfo - family tree generator
XML::Stream - Creates an XML Stream connection and parses return data
This module provides the user with methods to connect to a remote server, send a stream of XML to the server, and receive/parse an XML stream from the server. It is primarily based work for the Etherx XML router developed by the Jabber Development Te...
DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC - Search in distribution- XML::Stream::Node - Functions to make building and parsing the tree easier to work with.
- XML::Stream::Tree - Functions to make building and parsing the tree easier to work with.
- XML::Stream::Namespace - Object to make defining Namespaces easier in XML::Stream.
- 2 more results from XML-Stream »
Bio::SimpleAlign - Multiple alignments held as a set of sequences
SimpleAlign is an object that handles a multiple sequence alignment (MSA). It is very permissive of types (it does not insist on sequences being all same length, for example). Think of it as a set of sequences with a whole series of built-in manipula...
CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC - Search in distribution
Net::SSH - Perl extension for secure shell
Simple wrappers around ssh commands. For an all-perl implementation that does not require the system ssh command, see Net::SSH::Perl instead....
IVAN/Net-SSH-0.09 - 14 May 2008 18:50:07 UTC - Search in distribution