NAME
    FML::Command::Admin::newcgi - set up cgi scripts for the specified
    domain.

SYNOPSIS
        use FML::Command::Admin::newcgi;
        $command = new FML::Command::Admin::newcgi;
        $command->process($curproc, $command_context);

    See "FML::Command" for more details.

DESCRIPTION
    set up cgi scripts for the specified domain.

METHODS
  process($curproc, $command_context)
UTILITIES
  set_force_mode($curproc, $command_context)
    set force mode.

  get_force_mode($curproc, $command_context)
    return if force mode is enabled or not.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 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::Command::Admin::newcgi first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

