Snippets

Brian Medley 89549: Untitled snippet

Created by Brian Medley last modified
#!/opt/perl

use Mojolicious::Lite;

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

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

app->start;

__DATA__

@@ joy.txt

And then there was joy.

Comments (0)

HTTPS SSH

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