EZID - Perl interface to EZID API - http://ezid.cdlib.org/doc/apidoc.html
Perl interface to EZID API - http://ezid.cdlib.org/doc/apidoc.html...
JAJM/EZID-0.02 - 07 Oct 2014 07:13:14 UTC - Search in distribution
Apache::ASP - Active Server Pages for Apache with mod_perl
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...
CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution
CGI::Builder - Framework to build simple or complex web-apps
This is the starting point of the documentation of the CGI Builder Framework (CBF). You should read this documentation before any other documentation in any other module that extends the CBF....
DOMIZIO/CGI-Builder-1.36 - 26 Mar 2006 14:33:13 UTC - Search in distribution
Net::Stomp - A Streaming Text Orientated Messaging Protocol Client
This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). It's a simple and easy to implement protocol for working with Messa...
DAKKAR/Net-Stomp-0.61 - 13 Apr 2021 19:55:24 UTC - Search in distribution
Archive::Zip - Provide an interface to ZIP archive files.
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can...
PHRED/Archive-Zip-1.68 - 12 Mar 2020 17:59:46 UTC - Search in distribution
Kelp::Manual - Reference to web development with Kelp
If you're going to be deploying a Perl based web application, chances are that you will be using Plack. Plack has almost all necessary tools to create and maintain a healthy web app. Tons of middleware is written for it, and there are several very we...
BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC - Search in distribution
Dancer2 - Lightweight yet powerful web application framework
Dancer2 is the new generation of Dancer, the lightweight web-framework for Perl. Dancer2 is a complete rewrite based on Moo. Dancer2 can optionally use XS modules for speed, but at its core remains fatpackable (packable by App::FatPacker) so you coul...
CROMEDOME/Dancer2-0.400000 - 14 Mar 2022 02:18:12 UTC - Search in distribution
Curses::UI - A curses based OO user interface framework
Curses::UI is an object-oriented user interface framework for Perl. It contains basic widgets (like buttons and text areas), more "advanced" widgets (like UI tabs and a fully-functional basic text editor), and some higher-level classes like pre-fab e...
MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC - Search in distribution- Curses::UI::Widget - The base class for all widgets
- Curses::UI::Listbox - Create and manipulate listbox widgets
- Curses::UI::TextEditor - Create and manipulate texteditor widgets
- 22 more results from Curses-UI »
Date::Manip::Changes5 - changes in Date::Manip 5.xx
SBECK/Date-Manip-6.88
-
02 Jun 2022 17:02:44 UTC
-
Search in distribution
WWW::TasteKid - A Perl interface to the API of TasteKid.com
TasteKid.com, Get suggestions of similar or related music (mainly bands), movies (titles mostly, some directors and actors) and books. Simply put, "I can help you explore your taste". Potentially discover a new band (movie/book) in the same 'ilk' as ...
DVWRIGHT/WWW-TasteKid-0.1.4 - 05 Dec 2012 05:46:15 UTC - Search in distributionIPC::Shareable - Use shared memory backed variables across processes
IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes and scripts. Scalars, arrays, hashes and even objects can be tied. The variable being tied may contain arbitr...
STEVEB/IPC-Shareable-1.12 - 13 Mar 2022 19:31:20 UTC - Search in distribution
Net::VNC - A simple VNC client
Virtual Network Computing (VNC) is a desktop sharing system which uses the RFB (Remote FrameBuffer) protocol to remotely control another computer. This module acts as a VNC client and communicates to a VNC server using the RFB protocol, allowing you ...
LBROCARD/Net-VNC-0.40 - 29 Oct 2011 07:22:21 UTC - Search in distributionIPC::SharedCache - a Perl module to manage a cache in SysV IPC shared memory.
This module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key arguement to tie. Every process that accesses shared memory with ...
SAMTREGAR/IPC-SharedCache-1.3 - 25 Mar 2000 07:15:52 UTC - Search in distribution
Apache::PAR - Perl extension for including Perl ARchive files in a mod_perl (1.x or 2.x) environment.
Apache::PAR is a framework for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. It allows an author to package up a web application, including configuration, static files, Perl modules, and Registry and PerlRun scripts to include ...
NBYRD/Apache-PAR-0.30 - 30 Aug 2003 02:39:52 UTC - Search in distribution
Ogg::LibOgg - XS Code for Ogg bindings for Perl.
Ogg::LibOgg let you call the libogg functions directly and the glue is written in XS. Please read LibOgg.xs to understand the implementation. EXPORT None by default. Please use Ogg::LibOgg ':all' to export everything to the current namespace....
VIGITH/Ogg-LibOgg-0.02 - 30 Mar 2011 11:05:29 UTC - Search in distribution
DateTime::Locale::Catalog - Provides a catalog of all valid locale names
This module contains a list of all known locales....
DROLSKY/DateTime-Locale-1.35 - 23 Apr 2022 16:44:22 UTC - Search in distribution
Text::Forge - Templates with embedded Perl
This module uses templates to generate documents dynamically. Templates are normal text files with a bit of special syntax that allows Perl code to be embedded. The following tags are supported: <% %> code block (no output) <%= %> interpolate, result...
MAURICE/Text-Forge-6.02 - 18 Mar 2014 03:48:51 UTC - Search in distribution
Time::Ago - Approximate duration in words
Given a duration, in seconds, returns a readable approximation. This a Perl port of the time_ago_in_words() helper from Rails. From Rails' docs: 0 <-> 29 secs less than a minute 30 secs <-> 1 min, 29 secs 1 minute 1 min, 30 secs <-> 44 mins, 29 secs ...
MAURICE/Time-Ago-1.00 - 18 May 2017 20:13:54 UTC - Search in distributionTie::ShareLite - Tied hash interface to IPC::ShareLite
Tie::ShareLite provides for a tied hash interface to the IPC::ShareLite module that is very similar to the one provided by IPC::Shareable. Only hashes can be tied at this time. The hashes can be of any complexity allowed by the Storable module, howev...
NSHAFER/Tie-ShareLite-0.03 - 03 Aug 2004 19:20:37 UTC - Search in distribution