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