- or download this
# draft of the module code
...
get '/' => sub {
template 'index' => { 'title' => 'index: choose an action' };
};
- or download this
<div id="headline">
<% title %>
...
# 1) Insert all Apps belonging to a group
# pointing to /ins_all_apps
- or download this
...
...
template 'results' => { 'descr' => $resutls[0],
'full_text' => $resutls[1] };
};