A Few Topics On Design And Coding Style

Warning

See also FNF on style.

A Few Cautions

Apply quotemeta() for search key.

Use access method for object not handle directly within objects. Example: To access to main.cf object, not use

$curproc->{ ... }->{ main_cf }
instead use
$curproc->main_cf();
style.

It is better not to use @EXPORT and @EXPORT_OK.

How depth of classes is allowed ? two such as String::is_japanese_string() ? At least 3, I think.

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