Help for this page

Select Code to Download


  1. or download this
    # Index / Landing Page
    get '/geomine/' => sub {
    ...
            'types' => \@types
        };
    };
    
  2. or download this
    <% FOREACH item IN types %>
        <% item %><br>
    <% END %>
    
  3. or download this
    $VAR1 = 'this';
    $VAR2 = 'that';
    $VAR3 = 'the other thing';
    
  4. or download this
    <h3>Select types</h3>
    this that the other thing
    <br>
    <input type="submit" name="Run Query">