NAME FML::Process::Addr -- fmladdr, which show all aliases (accounts + aliases). SYNOPSIS use FML::Process::Addr; $curproc = new FML::Process::Addr; $curproc->run(); DESCRIPTION FML::Process::Addr provides the main function for "fmladdr". "fmladdr" command shows all aliases (accounts + aliases) but "fmlalias" command shows only aliases without accounts. See "FML::Process::Flow" for the flow detail. METHODS new($args) constructor. It make a "FML::Process::Kernel" object and return it. prepare($args) load config files and fix @INC. verify_request($args) dummy. run($args) the top level dispatcher for "fmladdr". It kicks off "_fmladdr()" for fmladdr. NOTE: $args is passed from parrent libexec/loader. See on $args for more details. finish dummy. help() show help. _fmladdr() show all aliases (accounts + aliases). show only accounts if -n option specified. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2001,2002,2003,2004,2005 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::Process::Addr first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.