
AddressBook::DB::Text - Backend for AddressBook to print entries in a simple text format

use AddressBook; $a = AddressBook->new(source => "Text",filename=>"/tmp/abook.text"); $a->write($entry);

AddressBook::DB::Text currently supports only the sequential write method.
$a = AddressBook->new(source => "Text"); $a = AddressBook->new(source => "Text",filename => "/tmp/abook.text");
If no filename parameter is specified in the constructor, or in the configuration file, STDOUT is used.

Mark A. Hershberger, <mah@everybody.org> David L. Leigh, <dleigh@sameasiteverwas.net>
