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

Search results for "MIME::Decoder::Binary"

MIME::Decoder::Binary - perform no encoding/decoding River stage three • 66 direct dependents • 210 total dependents

A MIME::Decoder subclass for the "binary" encoding (in other words, no encoding). The "binary" decoder is a special case, since it's ill-advised to read the input line-by-line: after all, an uncompressed image file might conceivably have loooooooooon...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC - Search in distribution

MIME::Base32 - Base32 encoder and decoder River stage two • 8 direct dependents • 10 total dependents

This module is for encoding/decoding data much the way that MIME::Base64 does. Prior to version 1.0, MIME::Base32 used the "base32hex" (or "[0-9A-V]") encoding and decoding methods by default. If you need to maintain that behavior, please call "encod...

REHSACK/MIME-Base32-1.303 - 18 May 2017 17:02:03 UTC - Search in distribution

perlebcdic - Considerations for running Perl on EBCDIC platforms River stage five • 11292 direct dependents • 32664 total dependents

An exploration of some of the issues facing Perl programmers on EBCDIC based computers. Portions of this document that are still incomplete are marked with XXX. Early Perl versions worked on some EBCDIC machines, but the last known version that ran o...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlebcdic - Considerations for running Perl on EBCDIC platforms

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

CGI::Minimal - A lightweight CGI form processing package River stage one • 3 direct dependents • 5 total dependents

Provides a micro-weight alternative to the CGI.pm module Rather than attempt to address every possible need of a CGI programmer, it provides the _minimum_ functions needed for CGI such as form decoding (including file upload forms), URL encoding and ...

SNOWHARE/CGI-Minimal-1.30 - 15 Jun 2020 08:23:00 UTC - Search in distribution

Mail::Message::Body - the data of a body in a message River stage two • 9 direct dependents • 14 total dependents

The encoding and decoding functionality of a Mail::Message::Body is implemented in the Mail::Message::Body::Encode package. That package is automatically loaded when encoding and decoding of messages needs to take place. Methods to simply build an pr...

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

News::GnusFilter - package for scoring usenet posts River stage zero No dependents

News::GnusFilter is a pure-Perl package for scripting an inline message filter. It adds "Gnus-Warning:" headers when presented with evidence of atypical content or otherwise nonstandard formatting for usenet messages. News::GnusFilter should be drop-...

JOESUF/News-GnusFilter-0.56 - 07 Feb 2023 21:44:03 UTC - Search in distribution

Encode::Base32::GMP - High speed Base32 encoding using GMP with BigInt and MD5 support River stage one • 1 direct dependent • 1 total dependent

Encode::Base32::GMP is a numerical Base32 encoder/decoder implementation using the GNU Multiple Precision Arithmetic Library (GMP) with transcoding between Crockford, RFC 4648, z-base-32, and Base32hex / GMP implementations. The Crockford alphabet is...

JWANG/Encode-Base32-GMP-0.02 - 22 Sep 2013 19:02:23 UTC - Search in distribution

Session::Storage::Secure - Encrypted, expiring, compressed, serialized session data with integrity River stage one • 4 direct dependents • 6 total dependents

This module implements a secure way to encode session data. It is primarily intended for storing session data in browser cookies, but could be used with other backend storage where security of stored session data is important. Features include: * Dat...

DAGOLDEN/Session-Storage-Secure-1.000 - 23 Mar 2021 11:52:56 UTC - Search in distribution

Convert::UUlib - decode uu/xx/b64/mime/yenc/etc-encoded data from a massive number of files River stage zero No dependents

This module started as an interface to the uulib/uudeview library by Frank Pilhofer that can be used to decode all kinds of usenet (and other) binary messages. After upstream abondoned the project, th library was continuously bugfixed and improved in...

MLEHMANN/Convert-UUlib-1.8 - 17 Dec 2020 01:25:02 UTC - Search in distribution

Encode::BOCU1::XS - Perl extension for encoding / decoding BOCU-1 string. Works as part of Encode.pm River stage zero No dependents

BOCU-1 is a MIME-compatible application of the Binary Ordered Compression for Unicode [BOCU] base algorithm developed and patented by IBM. Encode::BOCU1::XS enables to convert any encoding systems supported by Encode.pm from/to BOCU-1 through UTF-8. ...

NAOYAT/Encode-BOCU1-XS-0.02 - 03 Jul 2006 13:50:17 UTC - Search in distribution

MIME::QuotedPrint - Encoding and decoding of quoted-printable strings River stage five • 741 direct dependents • 14558 total dependents

This module provides functions to encode and decode strings into and from the quoted-printable encoding specified in RFC 2045 - *MIME (Multipurpose Internet Mail Extensions)*. The quoted-printable encoding is intended to represent data that largely c...

CAPOEIRAB/MIME-Base64-3.16 - 27 Sep 2020 00:13:31 UTC - Search in distribution

Bundle::LawMonkey River stage zero No dependents

These modules are required per SVM's installation instructions. Creating a bundle just makes it a bit quicker....

MPRUNTY/Bundle-LawMonkey-0.01 - 07 Jun 2003 16:44:48 UTC - Search in distribution

MIME::Base64::URLSafe - Perl version of Python's URL-safe base64 codec River stage two • 8 direct dependents • 12 total dependents

This module is a perl version of python's URL-safe base64 encoder / decoder. When embedding binary data in URL, it is preferable to use base64 encoding. However, two characters ('+' and '/') used in the standard base64 encoding have special meanings ...

KAZUHO/MIME-Base64-URLSafe-0.01 - 06 Jan 2006 01:44:37 UTC - Search in distribution

Convert::BulkDecoder - Extract (binary) data from mail and news messages River stage zero No dependents

Convert::BulkDecoder can be used to decode binary contents as included in email and news articles. It supports UUdecoding, ydecoding and MIME attachments. The contents may be split over multiple articles (files), but must be supplied to the decode() ...

JV/Convert-BulkDecoder-1.041 - 11 Jul 2022 09:49:11 UTC - Search in distribution

SPVM::MIME::QuotedPrint - Quoted-Printable Encoding/Decoding River stage zero No dependents

The MIME::QuotedPrint class of SPVM has methods for Quoted-Printable encoding/decoding....

KIMOTO/SPVM-MIME-Base64-1.001003 - 02 Oct 2023 01:12:28 UTC - Search in distribution

Mail::IspMailGate::Filter::PGP - Encrypt and decrypt mails with PGP River stage zero No dependents

This class implements an encrypting and decrypting filter based on PGP. It is derived from the abstract base class Mail::IspMailGate::Filter. For details of an abstract filter see Mail::IspMailGate::Filter. The PGP module is based on the MIME::Decode...

JWIED/Mail-IspMailGate-1.1013 - 30 Sep 1999 14:56:50 UTC - Search in distribution
17 results (0.137 seconds)