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

Search results for "IO::Compress::Zlib::Extra"

lib/IO/Compress/Zlib/Extra.pm River stage four • 258 direct dependents • 9811 total dependents

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 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

perl5140delta - what is new for perl v5.14.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgrading from an earlier release such as 5.10.0, first read perl5120delta, which describes differences between 5.10.0 and 5.12.0. Some of the bug fixes...

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

Imager::Files - working with image files River stage three • 108 direct dependents • 121 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

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

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

Catalyst::UTF8 - All About UTF8 and Catalyst Encoding River stage three • 603 direct dependents • 677 total dependents

Starting in 5.90080 Catalyst will enable UTF8 encoding by default for text like body responses. In addition we've made a ton of fixes around encoding and utf8 scattered throughout the codebase. This document attempts to give an overview of the assump...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Archive::Zip - Provide an interface to ZIP archive files. River stage four • 161 direct dependents • 1061 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

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

Cache::FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache River stage two • 27 direct dependents • 53 total dependents

In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared between processes. Many solutions already exist, and may suit your situation better: * MLDBM::Sync - acts as a dat...

ROBM/Cache-FastMmap-1.57 - 30 Sep 2021 06:37:35 UTC - Search in distribution

ASNMTAP::Asnmtap::Plugins::WebTransact River stage zero No dependents

This module implements a check of a Web Transaction. A Web transaction is a sequence of web pages, often fill out forms, that accomplishes an enquiry or an update. Common examples are database searches and registration activities. A Web transaction i...

ASNMTAP/ASNMTAP-3.002003 - 10 Feb 2011 08:31:59 UTC - Search in distribution

lib/Docs/Site_SVD/File_Package.pm River stage zero No dependents

SOFTDIA/File-Package-0.06 - 26 Apr 2004 21:23:30 UTC - Search in distribution

PDL::IO::Image - Load/save bitmap from/to PDL (via FreeImage library) River stage zero No dependents

PDL::IO::Image implements I/O for a number of popular image formats. It is based on "FreeImage library" <http://freeimage.sourceforge.net/> however there is no need to install FreeImage library on your system because PDL::IO::Image uses Alien::FreeIm...

KMX/PDL-IO-Image-1.001 - 11 Jul 2017 11:50:20 UTC - Search in distribution

CPAN::Checksums - Write a CHECKSUMS file for a directory as on CPAN River stage three • 9 direct dependents • 532 total dependents

$success = updatedir($dir[, $root]) $dir is a directory. Updatedir() writes a "CHECKSUMS" file into that directory, unless a previously written "CHECKSUMS" file is there that is still valid. Returns 2 if a new "CHECKSUMS" file has been written, 1 if ...

ANDK/CPAN-Checksums-2.14 - 04 Dec 2021 10:00:42 UTC - Search in distribution

Gzip::Faster - simple and fast gzip and gunzip River stage two • 11 direct dependents • 13 total dependents

This module compresses to and decompresses from the gzip and related formats. See "About gzip" if you aren't familiar with the gzip format. The basic functions of the module are "gzip" and "gunzip", which convert scalars to and from gzip format. Ther...

BKB/Gzip-Faster-0.21 - 29 Dec 2017 01:55:53 UTC - Search in distribution

Archive::Zip::SimpleZip - Create Zip Archives River stage zero No dependents

Archive::Zip::SimpleZip is a module that allows the creation of Zip archives. For reading Zip archives, there is a companion module, called Archive::Zip::SimpleUnzip, that can read Zip archives. The module allows Zip archives to be written to a named...

PMQS/Archive-Zip-SimpleZip-1.000 - 25 Jun 2022 14:12:33 UTC - Search in distribution

IO::Uncompress::UnXz - Read xz files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows the reading of lzma files/buffers. For writing xz files/buffers, see the companion module IO::Compress::Xz....

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 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::Uncompress::UnLzf - Read lzf files/buffers River stage zero No dependents

This module provides a Perl interface that allows the reading of lzf files/buffers. For writing lzf files/buffers, see the companion module IO::Compress::Lzf. Note that although this module uses "Compress::LZF" for uncompression, it uses a different ...

PMQS/IO-Compress-Lzf-2.211 - 06 Apr 2024 13:46:11 UTC - Search in distribution
23 results (0.129 seconds)