NAME FML::ML::HomePrefix - create, rename and delete ml_home_prefix dir. SYNOPSIS use FML::ML::HomePrefix; my $ml_home_prefix = new FML::ML::HomePrefix $curproc; $ml_home_prefix->add($domain); $ml_home_prefix->delete($domain); DESCRIPTION This class provides functions to create, rename and delete ml_home_prefix directory information. Mainly it is used to edit ml_home_prefix configuration file. METHODS new($curproc) constructor. primary_map() return the primary ml_home_prefix_map. add($domain, $dir) add domain into $fml_primary_ml_home_prefix_map. delete($domain) delete the specified domain from $fml_primary_ml_home_prefix_map. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2003,2004,2005,2007,2008 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::ML::HomePrefix first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.