@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
author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.
For questions about FML, e-mail <fml-bugs@fml.org>.