PPM - Perl Package Manager: locate, install, upgrade software packages.
ppm is a utility intended to simplify the tasks of locating, installing, upgrading and removing software packages. It is a front-end to the functionality provided in PPM.pm. It can determine if the most recent version of a software package is install...
MURRAY/PPM-2.1.9 - 09 Jun 2008 09:29:45 UTC - Search in distribution- PPM - PPM (Perl Package Management)
- PPM::XML::PPD - PPD file format and XML parsing elements
- PPM::XML::PPMConfig - PPMConfig file format and XML parsing elements
Storable - persistence for Perl data structures
The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...
NWCLARK/Storable-3.25 - 30 Aug 2021 08:39:08 UTC - Search in distribution
DBD::IngresII - DBI driver for Actian Ingres and Actian Vectorwise RDBMS
DBD::IngresII is a database driver for the perl DBI system that allows access to Ingres and Vectorwise databases. It is built on top of the standard DBI extension and implements the methods that DBI requires. This document describes the differences b...
XENU/DBD-IngresII-0.96 - 01 Jan 2014 22:25:40 UTC - Search in distribution
DBIx::Class - Extensible and flexible object <-> relational mapper.
This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution
Inline::C::Cookbook - A Cornucopia of Inline C Recipes
It's a lot easier for most of us to cook a meal from a recipe, rather than just throwing things into a pot until something edible forms. So it is with programming as well. "Inline.pm" makes C programming for Perl as easy as possible. Having a set of ...
ETJ/Inline-C-0.82 - 02 Mar 2022 15:39:05 UTC - Search in distribution
HTML::FormHandler - HTML forms using Moose
*** Although documentation in this file provides some overview, it is mainly intended for API documentation. See HTML::FormHandler::Manual::Intro for an introduction, with links to other documentation. HTML::FormHandler maintains a clean separation b...
GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC - Search in distribution
Date::Manip::Changes5 - changes in Date::Manip 5.xx
SBECK/Date-Manip-6.88
-
02 Jun 2022 17:02:44 UTC
-
Search in distribution
SQL::Functional - Create SQL programmatically
Builds SQL programmatically through a function-based interface....
TMURRAY/SQL-Functional-0.3 - 01 Dec 2016 22:37:37 UTC - Search in distribution
Device::WebIO - Duct Tape for the Internet of Things
Device::WebIO provides a standardized interface for accessing GPIO, Analog-to-Digital, Pulse Width Modulation, and many other devices. Drivers are available for the Raspberry Pi, PCDuino, Arduino (via Firmata attached over USB), and many others in th...
TMURRAY/Device-WebIO-0.022 - 06 Apr 2018 23:02:04 UTC - Search in distribution- Device::WebIO::Device - Base role for all other Device::WebIO devices
- Device::WebIO::Device::ADC - Role for Analog-to-Digital Input Converters
- Device::WebIO::Device::SPI - Role for things that can do SPI
- 10 more results from Device-WebIO »
PApp::Storable - persistence for Perl data structures
The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...
MLEHMANN/PApp-2.2 - 17 Feb 2020 11:04:59 UTC - Search in distribution
GStreamer1 - Bindings for GStreamer 1.0, the open source multimedia framework
GStreamer1 implements a framework that allows for processing and encoding of multimedia sources in a manner similar to a shell pipeline. Because it's introspection-based, most of the classes follow directly from the C API. Therefore, most of the docu...
TMURRAY/GStreamer1-0.003 - 27 Nov 2014 16:42:41 UTC - Search in distribution
Graphics::GVG - Game Vector Graphics
Parses scripts that describe vectors used for gaming graphics. The script is parsed into an Abstract Syntax Tree (AST), which can then be transformed into different forms. For example, Graphics::GVG::OpenGLRender generates Perl code that can be compi...
TMURRAY/Graphics-GVG-0.92 - 06 Nov 2018 00:14:30 UTC - Search in distribution
Device::GPS - Read GPS (NMEA) data over a wire
Captures GPS data using a callback system....
TMURRAY/Device-GPS-0.714874475569562 - 23 May 2015 19:47:53 UTC - Search in distribution
Game::Asset - Load assets (images, music, etc.) for games
A common way to handle game assets is to load them in one big zip file. It might end up named with extensions like ".wad" or ".pk3" or even ".jar", but it's a zip file. This module allows you to load up these files and fetch their contents into Perl ...
TMURRAY/Game-Asset-0.6 - 25 Jun 2017 13:04:51 UTC - Search in distribution
Linux::IRPulses - Parse IR data from LIRC
Parses the pulse/space data coming from LIRC. Note that this works at a little lower level down the LIRC stack than usual. LIRC usually works by translating the pulses on its own, mapping that to a button on a remote, and then mapping that to a comma...
TMURRAY/Linux-IRPulses-0.7 - 05 May 2016 01:40:09 UTC - Search in distribution
UAV::Pilot - Base library for controlling UAVs
This library does not support controlling any UAVs on its own. Rather, it provides the basic support for implementing other UAV libraries, much the same way DBI provides support for implementing different database drivers. If you would like to contro...
TMURRAY/UAV-Pilot-1.3 - 27 Aug 2015 22:34:58 UTC - Search in distribution
Attach::Stuff - Attach stuff to other stuff
You've got stuff, like a PCB board, that needs to be attached to other stuff, like a lasercut enclosure. How do you attach the stuff to the other stuff? This is a question we ask a lot when doing homebuilt Internet of Things projects. Perl has the "I...
TMURRAY/Attach-Stuff-0.93200645424259 - 16 Mar 2015 23:17:19 UTC - Search in distribution
Device::PCD8544 - Driver for the PCD8544 LCD controller (aka Nokia 5110)
Implements the PCD8544 LCD controller using "Device::WebIO". This display is 84x48 pixels of black-and-white. It's similar to the one on the Nokia 5110 phone....
TMURRAY/Device-PCD8544-0.0268329147520525 - 03 Jan 2015 19:25:28 UTC - Search in distribution
Mojo::UserAgent::Mockable - A Mojo User-Agent that can record and play back requests without Internet connectivity, similar to LWP::UserAgent::Mockable
POPEFELIX/Mojo-UserAgent-Mockable-1.59
-
22 Apr 2022 20:19:20 UTC
-
Search in distribution
Game::Collisions - Fast, pure Perl collision 2D detection
Checks for collisions between objects. Can check for a collision between two specific objects, or generate the collisions between all objects in the system. What's an Axis-Aligned Bounding Box (AABB)? A rectangle that's aligned with the x/y axis (in ...
TMURRAY/Game-Collisions-0.5 - 21 Dec 2019 00:54:58 UTC - Search in distribution