CGI Implementation: Inheritance Among CGI Classes

@ISA of config.cgi follows:

FML::CGI::Menu   FML::Process::CGI::Kernel FML::Process::CGI::Param
In 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

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/software/fml4/.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

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>.