NAME FML::Process::Calendar -- show calendear (as a demonstration). SYNOPSIS use FML::Process::Calendar; $curproc = new FML::Process::Calendar; $curproc->run(); DESCRIPTION FML::Process::Calendar is a demonstration module to show fml module usage. This module provides calendar presentation as a simple scheduler based on FML::Demo::Calendar class. METHODS new($args) constructor. prepare($args) load default configuration file to use $path_* variables. verify_request($args) dummy. run($args) main routine. parse files under ~$user/.schedule/ directory and summarize it. Lastly, use w3m to show schedule as html table. finish($args) dummy. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2002,2003,2004,2005,2006,2012 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::Process::Calendar first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details. "FML::Process::Scheduler" is renamed to "FML::Process::Calendar".