![]() |
![]()
| ![]() |
![]()
NAMEAddressBook::DB::Text - Backend for AddressBook to print entries in a simple text format SYNOPSISuse AddressBook; $a = AddressBook->new(source => "Text",filename=>"/tmp/abook.text"); $a->write($entry); DESCRIPTIONAddressBook::DB::Text currently supports only the sequential write method. new$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. AUTHORMark A. Hershberger, <mah@everybody.org> David L. Leigh, <dleigh@sameasiteverwas.net> SEE ALSOAddressBook, AddressBook::Config, AddressBook::Entry.
|