Skip to content

Instantly share code, notes, and snippets.

@yko
Created June 28, 2010 13:35
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 yko/157a5207cd6f9cc9fcbf to your computer and use it in GitHub Desktop.
Save yko/157a5207cd6f9cc9fcbf to your computer and use it in GitHub Desktop.
use base 'Mojolicious::ControllerDb';
sub p {
my $c = shift;
return map $c->param($_) || '', @_;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment