A module to install the MS Windows mail server XMail
Version: 1.01XMail::Install is a Perl module to install the MS Windows mail server XMail.
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by:
Synopsis
#!/usr/bin/perl
use strict;
use warnings;
use XMail::Install;
# -----------------
my(%option) = (...);
XMail::Install -> new(options => \%option) -> run();