- or download this
get '/home' => sub {
my $db = connect_db();
...
};
};
- or download this
<HTML>
<TITLE>Home</TITLE>
...
</BODY>
</HTML>
- or download this
#template engine
# simple: default and very basic template engine
...
# start_tag: '[%'
# end_tag: '%]'