Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<!-- saved from url=(0028)http://dave.org.uk/grid.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Grid Test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body data-feedly-mini="yes">
<h1>Grid Test</h1>
<table>
<thead>
package MyApp::Plugin::TooCool;
use Moo;
sub get_something {
my ($self, $c, $default) = @_;
return $c->param('something') || $default || 'could not find something';
}
sub register {