Help for this page

Select Code to Download


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