LWP - The World-Wide Web library for Perl
The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...
OALDERS/libwww-perl-6.67 - 14 Jun 2022 20:24:12 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- asp-perl - Apache::ASP CGI and command line script processor
- Bundle::Apache::ASP::Extra - Install modules that provide additional functionality to Apache::ASP
- Bundle::Apache::ASP - Install Apache::ASP and required
Memoize - Make functions faster by trading space for time
`Memoizing' a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, "memoize" jumps in and gives you the value out of the tabl...
MJD/Memoize-1.03 - 22 Apr 2012 21:19:03 UTC - Search in distribution
Plasp - PerlScript/ASP
Plasp is CatalystX::ASP, which is a plugin for Catalyst to support ASP (PerlScript) but with Catalyst ripped out. This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, t...
SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC - Search in distribution
MLDBM - store multi-level Perl hash structure in single level tied hash
This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases. It...
CHORNY/MLDBM-2.05 - 21 Feb 2013 09:26:42 UTC - Search in distribution
MLDBM::Sync - safe concurrent access to MLDBM databases
This module wraps around the MLDBM interface, by handling concurrent access to MLDBM databases with file locking, and flushes i/o explicity per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize requests logically and improve per...
CHAMAS/MLDBM-Sync-0.30 - 03 Jul 2002 07:54:16 UTC - Search in distribution
Crypt::SSLeay - OpenSSL support for LWP
This Perl module provides support for the HTTPS protocol under LWP, to allow an LWP::UserAgent object to perform GET, HEAD, and POST requests over encrypted socket connections. Please see LWP for more information on POST requests. The "Crypt::SSLeay"...
NANIS/Crypt-SSLeay-0.72 - 24 Apr 2014 15:45:06 UTC - Search in distribution
Win32::PrintBox - Redirects print STDOUT and warn statements to a message box under wperl
At startup, the module checks if the script was started in "Windows Mode" (it looks for wperl in $^X). If so, it creates a new glob (*MSG_FH), and ties the PRINT, PRINTF and DESTROY methods to it, to convert warn and print statements into Win32 messa...
DCLARKE/Win32-PrintBox-0.004 - 25 Jun 2015 15:35:48 UTC - Search in distribution
CatalystX::ASP - PerlScript/ASP on Catalyst
CatalystX::ASP is a plugin for Catalyst to support ASP (PerlScript). This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, this was designed to be almost a drop-in repla...
SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC - Search in distribution
Mobile::Messaging::ParlayX - Interface to ParlayX OSA.
"Mobile::Messaging::ParlayX" is an interface to ParlayX web service by Sony Ericsson for SMS and MMS messaging, among other things. This being a Web Service SOAP::Lite would probably be better suited to the task, but I decided to stick with "LWP::Use...
TCHATZI/Mobile-Messaging-ParlayX-0.0.3 - 25 Jun 2007 15:21:41 UTC - Search in distribution
Tie::Cache - LRU Cache in Memory
This module implements a least recently used (LRU) cache in memory through a tie interface. Any time data is stored in the tied hash, that key/value pair has an entry time associated with it, and as the cache fills up, those members of the cache that...
CHAMAS/Tie-Cache-0.21 - 19 May 2014 15:53:49 UTC - Search in distribution
Tie::Func
JONASBN/Tie-Tools-1.10
-
26 Sep 2014 06:30:45 UTC
-
Search in distribution
- Tie::Parent
- Tie::DBI::ER
- Tie::Collection - A trivial implementaion of Tie::Cache by using a tied handle of a hash for storage.
- 2 more results from Tie-Tools »
Math::PartialOrder::LRUCaching
Math::PartialOrder::LRUCaching is a Math::PartialOrder::Base implementation for rooted finite partial orders (datatype hierarchies) which caches the results of inheritance- and type-operation-lookups in a "Tie::Cache" object, which implements an LRU ...
MOOCOW/Math-PartialOrder-0.01 - 30 Oct 2001 22:53:07 UTC - Search in distribution