Class::ParmList
General named parameter list parser. Handles default values,
required vs allowed distinctions, optional name lexical checking,
multiple retrieval, and error reporting. Works well as a complement to
Class::NamedParms.
DateTime::Event::NameDay is a class that knows the name days for various
countries. In some countries a person's nameday is more important than their
birthday and gifts may be exchanged.
DateTime::Event::Zodiac returns the latin zodiac name or alternatively
the unicode zodiac symbol for the given date. The zodiac may be calculated
using either fixed dates or using the longitude/position of the sun.
Env::Path presents an object-oriented interface to path variables,
defined as that subclass of environment variables which name an
ordered list of filesystem elements separated by a platform-standard
separator (typically ':' on UNIX and ';' on Windows).
The File::Tail module is designed for reading files which are continuously
appended to (the name comes from the tail -f directive). Usually such files
are log files of some description.
While Moose attributes provide you with a way to name your accessors,
readers, writers, clearers and predicates, this library provides commonly
used attribute helper methods for more specific types of data.
Perl6 allows multiple subs and methods with the same name, differing only in
their signature.
multi sub bar (Dog $foo) {?}
multi sub bar (Cat $foo) {?}
Dispatching will happen based on the runtime signature of the subroutine or
method call.
Extended attributes extend the basic attributes of files and directories
in the file system. They are stored as name:data pairs associated with
file system objects (files, directories, symlinks, etc).
MaraDNS is a package that implements the Domain Name Service (DNS), an
essential internet service.
People like MaraDNS because it's small, lightweight, easy to set up, and
remarkably secure.
BIND::Conf_Parser implements a virtual base class for parsing BIND (Berkeley
Internet Name Domain) server version 8 configuration files ("named.conf").
As each meaningful semantic 'chunk' is parsed, a callback method is invoked
with the parsed information.