changes
RJBS/MIME-Lite-3.033
-
12 Jun 2021 15:53:07 UTC
-
Search in distribution
- MIME::Lite - low-calorie MIME generator
- MailTool - Handy-dandy MIME mailing class
HTML::Stream - HTML output stream class, and some markup utilities
The HTML::Stream module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream. You can intermix HTML-stream...
DSTAAL/HTML-Stream-1.60 - 07 Aug 2008 00:35:47 UTC - Search in distribution- html2perlstream - convert an HTML document to Perl code for that document
HTTP::Promise - Asynchronous HTTP Request and Promise
HTTP::Promise provides with a fast and powerful yet memory-friendly API to make true asynchronous HTTP requests using fork using Promise::Me. It is based on the design of HTTP::Message, but with a much cleaner interface to make requests and manage HT...
JDEGUEST/HTTP-Promise-v0.1.3 - 01 Jul 2022 01:59:47 UTC - Search in distribution
MIME::Entity - class for parsed-and-decoded MIME message
A subclass of Mail::Internet. This package provides a class for representing MIME message entities, as specified in RFCs 2045, 2046, 2047, 2048 and 2049....
DSKOLL/MIME-tools-5.509 - 05 Apr 2017 18:13:30 UTC - Search in distribution- MIME::Parser - experimental class for parsing MIME streams
- MIME::Tools - modules for parsing (and creating!) MIME entities
- MIME::Body - the body of a MIME message
- 15 more results from MIME-tools »
Text::Refer - parse Unix "refer" files
*This module supercedes the old Text::Bib.* This module provides routines for parsing in the contents of "refer"-format bibliographic databases: these are simple text files which contain one or more bibliography records. They are usually found lurkin...
ERYQ/Text-Refer-1.106 - 30 Apr 1997 23:19:33 UTC - Search in distribution
IO::Wrap - Wrap raw filehandles in the IO::Handle interface
Let's say you want to write some code which does I/O, but you don't want to force the caller to provide you with a FileHandle or IO::Handle object. You want them to be able to say: do_stuff(\*STDOUT); do_stuff('STDERR'); do_stuff($some_FileHandle_obj...
CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC - Search in distribution- IO::WrapTie - wrap tieable objects in IO::Handle interface
- IO::Scalar - IO:: interface for reading/writing a scalar
- IO::Lines - IO:: interface for reading/writing an array of lines
- 4 more results from IO-Stringy »
IO::WrapTie - wrap tieable objects in IO::Handle interface
Suppose you have a class "FooHandle", where... * FooHandle does not inherit from IO::Handle; that is, it performs filehandle-like I/O, but to something other than an underlying file descriptor. Good examples are IO::Scalar (for printing to a string) ...
DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC - Search in distribution- IO::Scalar - IO:: interface for reading/writing a scalar
- IO::Wrap - wrap raw filehandles in IO::Handle interface
- IO::Stringy - I/O on in-core objects like strings and arrays
- 4 more results from IO-stringy »
Win32::ASP - a module for ASP (PerlScript) Programming
I knocked these routines together one day when I was wondering "Why don't my "print" statements output to the browser?" and "Why don't "exit" and "die" end my script?" So I started investigating how I could overload the core functions. "print" is ove...
WNODOM/Win32-ASP-2.15 - 26 Mar 2001 15:43:55 UTC - Search in distribution
E'Mail::Acme - the epitome of simple e-mail handling
Good grief, everywhere you turn there's yet another e-mail module! This one says that the message is an object. That one says that every *field* is an object. Then there's the one that says the darn body is an object! How many methods do I need to le...
RJBS/E-Mail-Acme-1555 - 11 Dec 2013 00:30:53 UTC - Search in distribution
binhex.pl - use Convert::BinHex to encode files as BinHex
Each file is converted to file.hqx....
STEPHEN/Convert-BinHex-1.125 - 15 Nov 2015 19:39:00 UTC - Search in distribution- debinhex.pl - use Convert::BinHex to decode BinHex files
- Convert::BinHex - extract data from Macintosh BinHex files
MIME::EncWords - deal with RFC 2047 encoded words (improved)
Fellow Americans, you probably won't know what the hell this module is for. Europeans, Russians, et al, you probably do. ":-)". For example, here's a valid MIME header you might get: From: =?US-ASCII?Q?Keith_Moore?= <moore@cs.utk.edu> To: =?ISO-8859-...
NEZUMI/MIME-EncWords-1.014.3 - 27 Sep 2014 06:04:59 UTC - Search in distribution
Mac::Macbinary - Decodes Macbinary files
This module provides an object-oriented way to extract various kinds of information from Macintosh Macbinary files....
MIYAGAWA/Mac-Macbinary-0.06 - 02 Jul 2004 12:40:28 UTC - Search in distribution
MIME::AltWords - properly deal with RFC-1522 encoded words
Fellow Americans, you probably won't know what the hell this module is for. Europeans, Russians, et al, you probably do. ":-)". For example, here's a valid MIME header you might get: From: =?US-ASCII?Q?Keith_Moore?= <moore@cs.utk.edu> To: =?ISO-8859-...
PTS/MIME-AltWords-0.14 - 29 Aug 2017 16:27:25 UTC - Search in distribution
ExtUtils::TBone - a "skeleton" for writing "t/*.t" test files.
This module is intended for folks who release CPAN modules with "t/*.t" tests. It makes it easy for you to output syntactically correct test-output while at the same time logging all test activity to a log file. Hopefully, bug reports which include t...
ERYQ/ExtUtils-TBone-1.124 - 21 Aug 2001 16:38:33 UTC - Search in distribution
Mail::IspMailGate::Filter::PGP - Encrypt and decrypt mails with PGP
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- MIME::Decoder::PGP - decode a "radix-64" PGP stream
Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder
This is a copy of IO::Scalar which ships with Test::Builder to support scalar references as filehandles on Perl 5.6. Newer versions of Perl simply use "open()"'s built in support. Test::Builder can not have dependencies on other modules without caref...
EXODIST/Test-Simple-1.302190 - 04 Mar 2022 23:08:25 UTC - Search in distribution