367 projects tagged "Perl Modules"
AI::Prolog is a predicate logic engine implemented in pure Perl. In predicate logic, instead of telling the computer how to do something, you tell the computer what something is and let it figure out how to do it. Conceptually, this is similar to regular expressions. The AI::Prolog distribution contains a Prolog shell called aiprolog and two short adventure games, spider.pro and sleepy.pro.
Text::Xslate is a template engine, tuned for persistent applications, safe as an HTML generator, and with rich features. The concept of Xslate is sandboxing. The template logic should have no access outside the template beyond your permission. Templates are compiled into intermediate code and then executed by the virtual machine, which is highly optimized for rendering templates. Xslate supports template cascading, which allows you to extend templates with block modifiers.
CHI provides a unified caching API for Perl, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing, and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI. CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation.
Chart::Clicker aims to be a powerful, extensible charting Perl package that creates really pretty output. Charts can be saved in PNG, SVG, PDF, and PostScript format. Clicker leverages the power of Graphics::Primitive to create snazzy graphics without being tied to a specific backend.
Berkeley DB XML is a native XML database engine for use within your product. Made available as a C++ library with language bindings for Java, Perl, Python, PHP, and Tcl, it integrates directly into your application (it is not a standalone database server). It provides XQuery access into a database of document containers. XML documents are stored and indexed in their native format using Berkeley DB as the transactional database engine.
ORMesque is an object relational mapper for the Dancer framework that provides a database connection to the database of your choice and automatically creates objects and accessors for that database and its tables and columns. It uses the SQL::Abstract querying syntax, and can also be used as a standalone ORM. It is a great alternative when you don't have the time, need, or desire to learn DBIx::Class.
The Tcl extension provides a small but complete interface into libtcl and any other Tcl-based library for Perl programmers. It lets you create Tcl interpreters (as Perl 5 objects), bind in commands to them (either Perl subroutines or C functions dynamically loaded with the DynaLoader extension), and execute Tcl code in those interpreters.
A complete IPsec and IKEv2/IKEv1 implementation for Linux 2.4 and 2.6 kernels.