@ISA of config.cgi follows:
FML::CGI::Menu FML::Process::CGI::Kernel FML::Process::CGI::ParamIn the case of thread.cgi, @ISA is
FML::CGI::Thread FML::Process::CGI::Kernel FML::Process::CGI::Param
.cgi specific codes locate at FML::CGI:: class layer.
FML::Process::CGI::Kernel provides the main part of CGI process and CGI specific function run_cgi_XXX(). If needed, FML::CGI:: class overloads this layer. Currently, the following methods in FML::Process::CGI::Kernel are not used.
run_cgi_log run_cgi_dummy run_cgi_date
Copyright (C) 1993-2025 Ken'ichi Fukamachi mail:< fukachan at fml.org >