The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "DUNCAN"

bk River stage zero No dependents

Command to ease backing up a file before editting. If a previously backed up file exists and has a matching checksum a new backup is not made. Backed up files have date/time appended as necessary. When invoked as root the username is not appended to ...

DUNCS/App-bk-0.06 - 31 Dec 2014 15:13:50 UTC - Search in distribution
  • App::bk - A module for functions used by the bk program.

EO - A generic base class River stage one • 1 direct dependent • 1 total dependent

This is a base class for the EO module tree. EO is designed to be a well tested, solid, simple, and long living base class that other modules can rely on. EO inherits from Class::Accessor::Chained, and anything that inherits from it can easily create...

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC - Search in distribution

Graph - graph data structures and algorithms River stage three • 78 direct dependents • 141 total dependents

Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...

ETJ/Graph-0.9727 - 25 Jun 2023 17:34:56 UTC - Search in distribution

AnyData - (DEPRECATED) easy access to data in many formats River stage zero No dependents

The rather wacky idea behind this module and its sister module DBD::AnyData is that any data, regardless of source or format should be accessible and modifiable with the same simple set of methods. This module provides a multidimensional tied hash in...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC - Search in distribution

Faker - Fake Data Generator River stage zero No dependents

This distribution provides a library of fake data generators and a framework for extending the library via plugins....

AWNCORP/Faker-1.19 - 09 Apr 2023 13:36:33 UTC - Search in distribution

web - A set of useful routines for many webworking purposes River stage zero No dependents

NLock This routine allows to set a filelock across NFS-boundaries. The common used perl-routine flock() fails at this point, so this routine is a useable alternative for bigger file-systems. It uses the modular functions link() and unlink() to mark a...

XWOLF/web-1.44 - 12 Sep 2002 10:06:01 UTC - Search in distribution

all - Load all packages under a namespace River stage one • 1 direct dependent • 1 total dependent

With the all pragma you can load multiple modules that share the same root namespace. This vastly reduces the amount of times you need to spend use'ing modules....

DEXTER/all-0.5101 - 05 Dec 2008 21:31:53 UTC - Search in distribution

Set::Relation - A relation data type River stage zero No dependents

Set::Relation provides a simple Perl-native facility for an application to organize and process information using the relational model of data, without having to employ a separate DBMS, and without having to employ a whole separate sub-/language (suc...

DUNCAND/Set-Relation-0.13.4 - 27 Sep 2023 01:14:27 UTC - Search in distribution

DBD::AnyData - DBI access to XML, CSV and other formats River stage one • 3 direct dependents • 3 total dependents

The DBD::AnyData module provides a DBI/SQL interface to data in many formats and from many sources. Currently supported formats include general format flatfiles (CSV, Fixed Length, Tab or Pipe "delimited", etc.), specific formats (passwd files, web l...

REHSACK/DBD-AnyData-0.110 - 17 Jul 2010 08:36:36 UTC - Search in distribution

CGI::Portable - Framework for server-generic web apps River stage zero No dependents

The CGI::Portable class is a framework intended to support complex web applications that are easily portable across servers because common environment-specific details are abstracted away, including the file system type, the web server type, and your...

DUNCAND/CGI-Portable-0.51 - 08 Jun 2004 01:36:22 UTC - Search in distribution
  • DemoUsage - Demo of CGI::Portable that tracks web site usage details, as well as e-mail backups of usage counts to the site owner.
  • DemoGuestBook - Demo of CGI::Portable that implements a complete guest book with unlimited questions that also e-mails submissions to the website owner.
  • DemoTextFile - Demo of CGI::Portable that displays the content of a static html or text file, which can be in multiple segments.
  • 7 more results from CGI-Portable »

Agent - the Transportable Agent Perl module River stage zero No dependents

Agent Perl is meant to be a multi-platform interface for writing and using transportable perl agents. A Perl Agent Is any chunk of Perl code that can accomplish some user-defined objective by communicating with other agents, and manipulating any data...

SPURKIS/Agent-3.20 - 15 Dec 1998 17:38:26 UTC - Search in distribution

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

HTML::FormTemplate - Make data-defined persistant forms, reports River stage one • 1 direct dependent • 1 total dependent

This Perl 5 object class can create web fill-out forms as well as parse, error-check, and report their contents. Forms can start out blank or with initial values, or by repeating the user's last input values. Facilities for interactive user-input-cor...

DUNCAND/HTML-FormTemplate-2.03 - 18 Jul 2005 22:21:16 UTC - Search in distribution

share::Synopsis::S03-operators River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

B::Deparse - Perl compiler backend to produce perl code River stage five • 11292 direct dependents • 32664 total dependents

B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself creates after parsing a program. The output of B::Deparse won't be exactly the same as the original source...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • B::Deparse - Perl compiler backend to produce perl code

Crypt::PKCS10 - parse PKCS #10 certificate requests River stage one • 1 direct dependent • 1 total dependent

"Crypt::PKCS10" parses PKCS #10 certificate requests (CSRs) and provides accessor methods to extract the data in usable form. Common object identifiers will be translated to their corresponding names. Additionally, accessor methods allow extraction o...

MRSCOTTY/Crypt-PKCS10-2.005 - 09 Jan 2023 11:31:34 UTC - Search in distribution

HTML::EasyTags - Make well-formed XHTML or HTML 4 tags, lists River stage one • 3 direct dependents • 4 total dependents

This Perl 5 object class can be used to generate any well-formed XHTML or HTML tags in a format that is consistent with the W3C XHTML 1.0 or HTML 4.01 standards. See http://www.w3.org/TR/xhtml1 and http://www.w3c.org/MarkUp for references. There are ...

DUNCAND/HTML-EasyTags-1.071 - 17 Mar 2003 06:28:23 UTC - Search in distribution

Locale::KeyedText River stage zero No dependents

Introduction Many times during a program's operation, the program (or a package it uses) will need to display a message to the user, or generate a message to be shown to the user. Sometimes this is an error message of some kind, but it could also be ...

DUNCAND/Locale-KeyedText-2.1.1 - 21 Oct 2019 06:30:51 UTC - Search in distribution

Pipeline - Generic pipeline interface River stage one • 2 direct dependents • 3 total dependents

"Pipelines" are a mechanism to process data. They are designed to be plugged together to make fairly complex operations act in a fairly straightforward manner, cleanly, and simply....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC - Search in distribution

XML::Directory - returns a content of directory as XML. River stage zero No dependents

This extension provides two classes: XML::Directory::String and XML::Directory::SAX. Their methods make it possible to set parameters such as level of details or maximal number of nested sub-directories and generate either string containing the resul...

PCIMPRICH/XML-Directory-1.00 - 26 Jan 2005 16:02:46 UTC - Search in distribution
71 results (0.048 seconds)