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

Search results for "Email::Send::IO"

Email::Send::IO - Send messages using IO operations River stage one • 2 direct dependents • 3 total dependents

This is a mailer for "Email::Send" that will send a message using IO operations. By default it sends mail to STDERR, very useful for debugging. The IO functionality is built upon "IO::All". Any additional arguments passed to "send" will be used as ar...

RJBS/Email-Send-IO-2.201 - 19 Aug 2013 00:08:23 UTC - Search in distribution

Net::Async::SMTP - email sending with IO::Async River stage zero No dependents

Provides basic email sending capability for IO::Async, using the Protocol::SMTP implementation. See "DESCRIPTION" in Protocol::SMTP for a list of supported features and usage instructions. This class does nothing - use Net::Async::SMTP::Client for se...

TEAM/Net-Async-SMTP-0.004 - 17 Mar 2024 05:19:51 UTC - Search in distribution

IO::All - IO::All to Larry Wall! River stage three • 134 direct dependents • 358 total dependents

IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it a...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

Courriel - High level email parsing and manipulation River stage zero No dependents

This class exists to provide a high level API for working with emails, particular for processing incoming email. It is primarily a wrapper around the other classes in the Courriel distro, especially Courriel::Headers, Courriel::Part::Single, and Cour...

DROLSKY/Courriel-0.49 - 08 Aug 2021 15:37:29 UTC - Search in distribution

Net::SMTP::Pipelining - Send email using ESMTP PIPELINING extension River stage zero No dependents

This module implements the client side of the SMTP PIPELINING extension, as specified by RFC 2920 (http://tools.ietf.org/html/rfc2920). It extends the popular Net::SMTP module by subclassing it, you can use Net::SMTP::Pipelining objects as if they we...

MARCB/Net-SMTP-Pipelining-0.0.4 - 20 Nov 2013 12:11:21 UTC - Search in distribution

Paws::EC2 - Perl Interface to AWS Amazon Elastic Compute Cloud River stage two • 9 direct dependents • 11 total dependents

Amazon Elastic Compute Cloud Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications ...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

VBTK - Virtual Brent Toolkit - A generic toolkit for system monitoring River stage zero No dependents

VBTK is a collection of modules which can be used to build a complex monitoring system completely written in perl. It's system monitoring abilities are, at the moment, mostly limited to solaris unix servers. But it also supports monitoring through SN...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC - Search in distribution

swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester River stage zero No dependents

swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

Error - Error/exception handling in an OO-ish way River stage three • 91 direct dependents • 636 total dependents

The "Error" package provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Err...

SHLOMIF/Error-0.17029 - 28 Jan 2020 16:51:25 UTC - Search in distribution

Event - Event loop processing River stage two • 14 direct dependents • 24 total dependents

ALERT: Marc Lehmann may have taken over the future of event loops in Perl. Check out his libev library and EV Perl module. 25 Aug 2009 The Event module provide a central facility to watch for various types of events and invoke a callback when these e...

ETJ/Event-1.28 - 29 Apr 2021 18:14:31 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

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

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 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

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC - Search in distribution

Iterator - A general-purpose iterator class. River stage two • 7 direct dependents • 90 total dependents

This module is meant to be the definitive implementation of iterators, as popularized by Mark Jason Dominus's lectures and recent book (*Higher Order Perl*, Morgan Kauffman, 2005). An "iterator" is an object, represented as a code block that generate...

ROODE/Iterator-0.03 - 10 Oct 2005 19:03:42 UTC - Search in distribution

perldelta - what is new for perl v5.36.0 River stage five • 11292 direct dependents • 32664 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

Games::Object - Provide a base class for game objects River stage zero No dependents

Using Games::Object as a base class This is the optimal way to use Games::Object. You define a game object class of your own as a subclass of Games::Object. In your constructor, you create a Games::Object classed object first, then re-bless it into y...

PSTEWART/Games-Object-0.11 - 16 Oct 2003 05:03:53 UTC - Search in distribution

pmcost - Load Perl module with Devel::EndStats to show module loading overhead River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC - Search in distribution

Limper - extremely lightweight but not very powerful web application framework River stage one • 6 direct dependents • 6 total dependents

Limper was originally designed to primarily be a simple HTTP/1.1 test server in perl, but I realized it can be much more than that while still remaining simple. Limper has a simple syntax like Dancer yet no dependencies at all, unlike the dozens that...

ASHLEYW/Limper-0.015 - 30 Apr 2019 20:01:03 UTC - Search in distribution
156 results (0.261 seconds)