367 projects tagged "Perl Modules"
The IPC::SharedCache Perl 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. Every process that accesses shared memory with the same key gets access to the same region of memory. This module attempts to make shared memory easy to use for one specific application -- a shared memory cache.
Perl Beans is an implementation of the Java Beans framework in Perl. The implementation is not even close to being complete. While a number of class stubs have been provided, most of the interesting parts are still not functional. In particular, the entire event model is absent, along with the persistence mechanisms. However, over time there is a reasonable chance that the missing pieces will be filled in.
VoiceXML::Client is a library that provides Perl programs with the ability to act as a user agent that fetches Voice Extensible Markup Language (VoiceXML) documents, parses them, and then executes the instructions therein by playing prompts and collecting user DTMF input/voice recordings through a handle to some type of telephone or other device interface. VoiceXML::Client's focus is on the client side. The XML documents are generated by a distinct process of your choice, unrelated to the library.
Finance-Bank-ID-BCA is a Perl module that provides a rudimentary interface to the Web-based online banking interface of the Indonesian Bank Central Asia (BCA) at https://ibank.klikbca.com. This module can only login to the retail/personal version of the site (KlikBCA perorangan) and not the corporate/business version (KlikBCA bisnis) as the latter requires VPN and token input on login. However, this module can parse the statement page from both versions.
A Life Science Identifier (LSID) Resolver is a software system that implements an agreed LSID resolution protocol to allow higher-level software to be able to locate and access the data uniquely named by any LSID URN. This project is the first implementation of a Web service-based LSID URN resolution protocol, and includes Java J2EE, Perl, and Win32 COM/C++ client & server stacks, example programs, and tutorials on how to establish a LSID resolver for any organization.