NAME
    FML::CGI::Thread - CGI details to control thread system

SYNOPSIS
        $obj = new FML::CGI::Thread;
        $obj->prepare();
        $obj->verify_request();
        $obj->run();
        $obj->finish();

    run() executes html_start(), run_cgi() and html_end() described below.

    See FML::Process::Flow for flow details.

DESCRIPTION
  CLASS HIERARCHY
    "FML::CGI::Thread" is a subclass of "FML::Process::CGI".

METHODS
    Almost methods common for CGI or HTML are forwarded to
    "FML::Process::CGI" base class.

  run_cgi_command_help()
    command_help.

SEE ALSO
    CGI, FML::Process::CGI and FML::Process::Flow

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

AUTHOR
    Ken'ichi Fukamachi

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

