Snippets

Brian Medley MA67d: Untitled snippet

Created by Brian Medley
[bpm@Orfgum] c:~>perl <<< 'use Mojolicious::Lite;

get "/" => sub {
    my $c = shift;

    $c->render(text => "Hi");
};

app->start;

__DATA__

@@ joy.txt

And then there was joy.' - daemon

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.