perl interface to Adobe Font Metrics files
---
This module implements the Font::AFM class. Objects of this class
are initialised from an AFM-file and allows you to obtain information
about the font and the metrics of the various glyphs in the font.
perl module to formating plaintext
---
Text::Autoformat provides intelligent formatting of plaintext. It
also supplies a replacement for the built-in perl format()'ing
mechanism. It recognizes Internet quoting conventions, bulleting
and numbering, and allows for inter-word and inter-paragraph spatial
adjustments, text justification, and various capitialization schemes.
perl module to implementing delay loading of object-data
---
This module helps you implementing delay loading of object-data.
While creating a stub-object, Object::Realize::Later simulates you
got the real data.
perl module replacement for the builtin Scalar
---
This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage
would not really be high enough to warrant the use of a keyword,
and the size so small such that being individual extensions would
be wasteful.
perl module to manage MIME types
---
A start for a more detailed data-structure to keep knowledge about
various data types are defined by MIME. Some basic treatments with
mime types are implemented.
The first special data item is whether a data type is binary or
ascii. This is required for correctly encoding e-mail attachments,
and implemented for the Mail::Box v2.01 module.
Submitted by Chris Kuethe <ckuethe@ualberta.ca>.
Most digital cameras produce EXIF files, which are JPEG files
with extra tags that contain information about the image. The
EXIF library allows you to parse an EXIF file and read the
data from those tags.