Skip to content

Instantly share code, notes, and snippets.

@leedo
Created March 12, 2011 22:34
Show Gist options
  • Save leedo/867642 to your computer and use it in GitHub Desktop.
Save leedo/867642 to your computer and use it in GitHub Desktop.
my $pages = join "|", qw/chrome commands development faq features fluid guide
interest screenshots ssb status success thanks/;
get qr{^/(?<page>$pages)/?$} => sub {
my $captures = captures;
template $captures->{page};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment