Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2014 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/53c8d6f7f845309f8a79 to your computer and use it in GitHub Desktop.
Save anonymous/53c8d6f7f845309f8a79 to your computer and use it in GitHub Desktop.
% perl script/narf get /
$VAR1 = {
'foo' => 123
};
$VAR1 = {};
$VAR1 = bless( {
'cookie_name' => 'mojolicious'
}, 'Mojolicious::Sessions' );
<!DOCTYPE html>
<html>
<head><title>Welcome</title></head>
<body><h2>Welcome to the Mojolicious real-time web framework!</h2>
This page was generated from the template "templates/example/welcome.html.ep"
and the layout "templates/layouts/default.html.ep",
<a href="/">click here</a> to reload the page or
<a href="/index.html">here</a> to move forward to a static page.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment