
<tmpl_var package_name> - Abstract of web application....

use <tmpl_var package_name>; my $app = <tmpl_var package_name>->new(); $app->run();

Overview of functionality and purpose of web application module <tmpl_var package_name>...

<tmpl_loop run_modes> =item <tmpl_var mode_name>
Description of run-mode <tmpl_var mode_name>...
* Purpose * Expected parameters * Function on success * Function on failure</tmpl_loop>

Author of Module <author@module>

<tmpl_loop use_modules>"<tmpl_var module_name">, </tmpl_loop>"<tmpl_var base_module">