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

Search results for "IO::Compress"

IO::Compress::Xz - Write xz files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows writing xz compressed data to files or buffer. For reading xz files/buffers, see the companion module IO::Uncompress::UnXz....

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC - Search in distribution

IO::Compress::Zip - Write zip files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing zip compressed data to files or buffer. The primary purpose of this module is to provide streaming write access to zip files and buffers. At present the following compression methods are suppo...

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC - Search in distribution

IO::Compress::Lzf - Write lzf files/buffers River stage zero No dependents

This module provides a Perl interface that allows writing lzf compressed data to files or buffer. Note that although this module uses "Compress::LZF" for compression, it uses a different file format. The lzf file format used here is the same as the l...

PMQS/IO-Compress-Lzf-2.211 - 06 Apr 2024 13:46:11 UTC - Search in distribution

IO::Compress::Lzop - Write lzop files/buffers River stage zero No dependents

This module provides a Perl interface that allows writing lzop compressed data to files or buffer. For reading lzop files/buffers, see the companion module IO::Uncompress::UnLzop....

PMQS/IO-Compress-Lzop-2.211 - 06 Apr 2024 13:50:10 UTC - Search in distribution

IO::Compress::Zstd - Write zstd files/buffers River stage zero No dependents

This module provides a Perl interface that allows writing zstd compressed data to files or buffer. For reading zstd files/buffers, see the companion module IO::Uncompress::UnZstd....

PMQS/IO-Compress-Zstd-2.211 - 06 Apr 2024 13:50:35 UTC - Search in distribution

IO::Compress::Brotli - Write Brotli buffers/streams River stage one • 2 direct dependents • 2 total dependents

IO::Compress::Brotli is a module that compressed Brotli buffers and streams. Despite its name, it is not a subclass of IO::Compress::Base and does not implement its interface. This will be rectified in a future release. One-shot interface If you have...

TIMLEGGE/IO-Compress-Brotli-0.017 - 31 Oct 2023 19:55:10 UTC - Search in distribution

Bundle::IO::Compress::Bzip2 - Install IO::Compress::Bzip2 and dependencies River stage zero No dependents

PMQS/Bundle-IO-Compress-Bzip2-2.201 - 25 Jun 2022 09:02:20 UTC - Search in distribution

IO::File::CompressOnClose - compress a file when done writing to it River stage zero No dependents

To conserve disk space, it can be helpful to compress files that your program creates as soon as possible. The IO::Zlib module is a great way to do this, but it suffers from one (unavoidable) drawback: the files are only accessible as compressed file...

JFITZ/IO-File-CompressOnClose-0.11 - 28 Dec 2003 15:33:10 UTC - Search in distribution

IO::Zlib - IO:: style interface to Compress::Zlib River stage four • 82 direct dependents • 2262 total dependents

"IO::Zlib" provides an IO:: style interface to Compress::Zlib and hence to gzip/zlib compressed files. It provides many of the same methods as the IO::Handle interface. Starting from IO::Zlib version 1.02, IO::Zlib can also use an external gzip comma...

TOMHUGHES/IO-Zlib-1.15 - 29 Feb 2024 20:44:10 UTC - Search in distribution

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 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

mccs - Fully-featured static file server. River stage one • 2 direct dependents • 2 total dependents

"mccs" is an HTTP static file server that can be used as a standalone application, or as a Plack component. FEATURES * Automatic, durable compression of files based on client support. * Automatic minification of CSS and JavaScript files. * Content ne...

IDOPEREL/Plack-App-MCCS-2.002000 - 14 Aug 2023 22:25:51 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

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

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

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file

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

Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper. River stage one • 2 direct dependents • 2 total dependents

The user modules in this package provide an object oriented API. The IO agents, requests sent, and responses received from the Apache Kafka or mock servers are all represented by objects. This makes a simple and powerful interface to these services. ...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC - Search in distribution
  • Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper.

Image::PNG::Libpng - Perl interface to the C library "libpng". River stage two • 8 direct dependents • 11 total dependents

Image::PNG::Libpng is a Perl library for accessing the contents of PNG (Portable Network Graphics) images. Image::PNG::Libpng enables Perl to use the "libpng" library to read and write files in PNG format. Image::PNG::Libpng does not contain the libp...

BKB/Image-PNG-Libpng-0.58 - 29 Jan 2024 00:10:33 UTC - Search in distribution
132 results (0.178 seconds)