Mail::LMLM is a list of Mailing Lists Manager.
SYNOPSIS
use Mail::LMLM;
my $renderer =
Mail::LMLM->new(
'extra-classes' => %extra_mailing_list_classes,
title => "List of the Foo Mailing Lists",
headline => "Foo Mailing Lists",
lists => @lists,
prolog => &prolog,
epilog => &epilog,
);
$renderer->render();
The Mail::LMLM module allows users to easily manage HTML directories of mailing lists of various mailing list managers and hosts.
To use it create a new module of type Mail::LMLM with a new method, while initializing it with the list of mailing lists (in order of listing), and other parameters. Then, invoke the render() function to create the HTML files within the current directory.
Product's homepage
Requirements:
· Perl