NAME Mojolicious::Lite - Micro Web Framework SYNOPSIS # Using Mojolicious::Lite will enable "strict" and "warnings" use Mojolicious::Lite; # GET /*/bar (self contained without a template) get '/:foo/bar' => sub { my $self = shift; $self->rend... 続きを読む