NAME Mail::Message::MH - utilities to handle MH style format. SYNOPSIS use Mail::Message::MH; my $mh = new Mail::Message::MH; DESCRIPTION METHODS expand($str, [$min, $max]) return ARRAY_REF of numbers specified by the following format: 100 100-110 first-110 100-last first first:100 last last:100 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 Mail::Message::MH first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.