CGI::Listman provides an object-oriented interface to easily manage web-based subscribtion lists. It implements concepts such as "dictionaries", "selections", "exporters". It provides some checking facilities (field duplication or requirements) and uses the DBI interface so as to provide a backend-independent storage area (PostgreSQL, ...).
Currently only the CSV and mysql backends are known to work for storing data. Other database engines might work and will certainly be added later.
2002-10-08 - revision 0.05
2002-09-17 - revision 0.04
2002-08-16 - revision 0.03
2002-08-09 - revision 0.02
2002-08-05 - initial public revision 0.01
This module requires these other modules and libraries:
DBI
DBD::<whatever>
Text::CSV_XS
To install this module type the following:
perl Makefile.PL
make
make test
make install
Copyright (C) 2002 iScream multimédia <info@iScream.ca>
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.