The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Email::Store::Thread"

Email::Store::Thread - Store threading information for a mail River stage one • 2 direct dependents • 3 total dependents

SIMONW/Email-Store-Thread-1.2 - 07 Feb 2005 12:16:22 UTC - Search in distribution

Buscador::Thread - provide some thread views for Buscador River stage one • 1 direct dependent • 1 total dependent

This provides two different thread views for Buscador - traditional 'JWZ' style view, a rather funky looking 'lurker' style and a thread arc style cribbed from the IBM ReMail research project. They can be accessed using ${base}/mail/thread/<id> ${bas...

SIMONW/Buscador-0.2 - 18 Feb 2005 17:11:47 UTC - Search in distribution
  • Buscador - a dynamic mail archiver with a twist

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Sew::Color - rgb colours for various manufactures of coloured embroidery thread. River stage zero No dependents

These calls return respectively the red green and blue components of the colour of the thread and the 'English' name of the thread colour. The colour components will be in the range 0 to 255. In this case, Brother thread number 502. Be aware that the...

MARKWIN/Sew-Color-1.05 - 19 Feb 2014 12:16:42 UTC - Search in distribution

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC - Search in distribution

DBD::Oracle - Oracle database driver for the DBI module River stage one • 5 direct dependents • 5 total dependents

DBD::Oracle is a Perl module which works with the DBI module to provide access to Oracle databases. This documentation describes driver specific behaviour and restrictions. It is not supposed to be used as the only reference for the user. In any case...

ZARQUON/DBD-Oracle-1.90 - 07 May 2024 05:00:37 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 39 direct dependents • 90 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution

perldelta - what is new for perl v5.36.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.34.0 release and the 5.36.0 release....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 176 direct dependents • 2191 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

cpantorpm - An RPM packager for perl modules River stage zero No dependents

This script automates the entire process of obtaining a perl module and turning it into an RPM package. This includes the steps of obtaining the module distribution, creating an RPM from it, and then making the package available in various ways. The ...

SBECK/App-CPANtoRPM-1.15 - 23 Feb 2024 13:41:41 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

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

perlsecret - Perl secret operators and constants River stage zero No dependents

Perl has a long tradition of giving nicknames to some of its operators (possibly a form of Huffmanisation). These nicknames are based on the appearance of the operator, rather than its function. The well-known examples are the *diamond operator* ("<>...

BOOK/perlsecret-1.017 - 08 Nov 2021 21:32:57 UTC - Search in distribution

Log::Log4perl - Log4j implementation for Perl River stage four • 380 direct dependents • 1097 total dependents

Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. For a detailed tutorial on Log::Log4perl usage, please read <...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

Class::Date - Class for easy date and time manipulation River stage two • 11 direct dependents • 13 total dependents

This module is intended to provide a general-purpose date and datetime type for perl. You have a Class::Date class for absolute date and datetime, and have a Class::Date::Rel class for relative dates. You can use "+", "-", "<" and ">" operators as wi...

YANICK/Class-Date-1.1.17 - 01 Jun 2018 13:11:48 UTC - Search in distribution

Mail::Message - general message object River stage two • 9 direct dependents • 14 total dependents

A "Mail::Message" object is a container for MIME-encoded message information, as defined by RFC2822. Everything what is not specificaly related to storing the messages in mailboxes (folders) is implemented in this class. Methods which are related to ...

MARKOV/Mail-Message-3.015 - 11 Dec 2023 09:00:09 UTC - Search in distribution

IMAP::Client - Advanced manipulation of IMAP services w/ referral support River stage zero No dependents

This module was created as a low-level inteface to any IMAP server. It was built to be a 'clear box' solution to working with an IMAP environment. The idea is that anything an IMAP client should be able to do, and any information available via the IM...

CONTEB/IMAP-Client-0.13 - 28 Sep 2006 17:47:26 UTC - Search in distribution

IO::Socket::SSL - SSL sockets with IO::Socket interface River stage four • 350 direct dependents • 2057 total dependents

IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way, existing applications can be made SSL-aware without much effort,...

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC - Search in distribution

Embperl::Config - Embperl configuration and calling River stage one • 3 direct dependents • 3 total dependents

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

MPEG::MP3Play - Perl extension for playing back MPEG music River stage zero No dependents

This Perl module enables you to playback MPEG music. This README and the documention cover version 0.15 of the MPEG::MP3Play module....

JRED/MPEG-MP3Play-0.16 - 30 Mar 2008 10:32:25 UTC - Search in distribution
46 results (0.167 seconds)