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 "module::IO-Compress-zLib"

POE - portable multitasking and networking framework for any event loop River stage three • 402 direct dependents • 539 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

RMI - Remote Method Invocation with transparent proxies River stage zero No dependents

RMI stands for Remote Method Invocation. The RMI modules allow one process to have virtual object "stubs" which are proxies for real objects in another process. When methods are invoked on the proxy, the method actually runs in the other process. Whe...

SAKOHT/RMI-0.10 - 19 Oct 2010 05:49:23 UTC - Search in distribution

ucpan - improved CPAN modules updater River stage zero No dependents

ucpan is module update program. This program has the following advantages over executing "cpan-outdated | cpanm" from the command line. * Display the outdated module list in easy-to-see table format. * Display the progress from fetch to install compa...

KPEE/App-ucpan-1.13 - 09 Dec 2019 08:49:08 UTC - Search in distribution

spamc - client for spamd River stage two • 13 direct dependents • 18 total dependents

Spamc is the client half of the spamc/spamd pair. It should be used in place of "spamassassin" in scripts to process mail. It will read the mail from STDIN, and spool it to its connection to spamd, then read the result back and print it to STDOUT. Sp...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 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

Installing River stage three • 155 direct dependents • 183 total dependents

This chapter provides an in-depth mod_perl 2.0 installation coverage....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 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

Mail::IMAPTalk - IMAP client interface with lots of features River stage zero No dependents

This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules. * It parses the more complex IMAP structures like ...

ROBM/Mail-IMAPTalk-4.06 - 10 Nov 2023 05:25:19 UTC - Search in distribution

Imager::Files - working with image files River stage three • 112 direct dependents • 129 total dependents

You can read and write a variety of images formats, assuming you have the appropriate libraries, and images can be read or written to/from files, file handles, file descriptors, scalars, or through callbacks. To see which image formats Imager is comp...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC - Search in distribution

LibZip - Create very low weight self executables. (This is the generator of TinyPerl). River stage one • 1 direct dependent • 1 total dependent

This module will create low weight self executables, that have this features: Perl library compressed in a lib.zip file. Zlib compiled inside the executable (binary). Initialize Package code is compressed in the sources. Appended code to the executab...

GMPASSOS/LibZip-0.06 - 12 Dec 2004 00:25:09 UTC - Search in distribution

Net::SSH2 - Support for the SSH 2 protocol via libssh2. River stage one • 6 direct dependents • 6 total dependents

Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC - Search in distribution

Net::Wire10 - Pure Perl driver for MySQL, Sphinx and Drizzle. River stage zero No dependents

Net::Wire10 is a Pure Perl connector that talks to MySQL, Sphinx and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned servers without ...

DUBEX/Net-Wire10-1.08 - 12 Apr 2010 23:33:27 UTC - Search in distribution

Mail::IMAPClient - An IMAP Client API River stage one • 9 direct dependents • 9 total dependents

This module provides methods implementing the IMAP protocol to support interacting with IMAP message stores. The module is used by constructing or instantiating a new IMAPClient object via the "new" constructor method. Once the object has been instan...

PLOBBES/Mail-IMAPClient-3.43 - 16 Feb 2021 17:05:43 UTC - Search in distribution

File::KeePass - Interface to KeePass V1 and V2 database files River stage one • 2 direct dependents • 3 total dependents

File::KeePass gives access to KeePass version 1 (kdb) and version 2 (kdbx) databases. The version 1 and version 2 databases are very different in construction, but the majority of information overlaps and many algorithms are similar. File::KeePass at...

RHANDOM/File-KeePass-2.03 - 15 Sep 2012 22:25:43 UTC - Search in distribution

Furl::HTTP - Low level interface to Furl River stage three • 83 direct dependents • 100 total dependents

Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC - Search in distribution

Archive::Zip - Provide an interface to ZIP archive files. River stage four • 163 direct dependents • 1062 total dependents

The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can...

PHRED/Archive-Zip-1.68 - 12 Mar 2020 17:59:46 UTC - Search in distribution

Chemistry::Mol - Molecule object toolkit River stage two • 21 direct dependents • 21 total dependents

This package, along with Chemistry::Atom and Chemistry::Bond, includes basic objects and methods to describe molecules. The core methods try not to enforce a particular convention. This means that only a minimal set of attributes is provided by defau...

MERKYS/Chemistry-Mol-0.39 - 13 Jul 2022 08:36:38 UTC - Search in distribution

Net::EasyTCP - Easily create secure, bandwidth-friendly TCP/IP clients and servers River stage zero No dependents

This class allows you to easily create TCP/IP clients and servers and provides an OO interface to manage the connection(s). This allows you to concentrate on the application rather than on the transport. You still have to engineer your high-level pro...

MNAGUIB/EasyTCP-0.26 - 06 Apr 2004 02:50:22 UTC - Search in distribution

Net::Async::HTTP - use HTTP with IO::Async River stage two • 25 direct dependents • 29 total dependents

This object class implements an asynchronous HTTP user agent. It sends requests to servers, returning Future instances to yield responses when they are received. The object supports multiple concurrent connections to servers, and allows multiple requ...

PEVANS/Net-Async-HTTP-0.49 - 06 Jun 2023 16:56:44 UTC - Search in distribution

PHP::Decode - Parse and transform obfuscated php code River stage zero No dependents

The PHP::Decode module applies static transformations to PHP statements parsed by the PHP::Decode::Parser module and returns the transformed PHP code. The decoder uses a custom php parser which does not depend on a special php version. It supports mo...

BDZ/PHP-Decode-0.302 - 23 May 2023 09:35:39 UTC - Search in distribution
66 results (0.149 seconds)