NAME FML::Process::Alias -- fmlalias, which show all aliases. SYNOPSIS use FML::Process::Alias; $curproc = new FML::Process::Alias; $curproc->run(); DESCRIPTION FML::Process::Alias provides the main function for "fmlalias". "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 configuration files and fix @INC. verify_request($args) dummy. run($args) the top level dispatcher for "fmlalias". NOTE: $args is passed from parrent libexec/loader. See on $args for more details. finish($args) dummy. help() show help. 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,2006 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::Alias first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.