Created
March 12, 2011 22:34
-
-
Save leedo/867642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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