Skip to content

Instantly share code, notes, and snippets.

@Akron
Created August 28, 2011 20:38
Show Gist options
  • Save Akron/1177188 to your computer and use it in GitHub Desktop.
Save Akron/1177188 to your computer and use it in GitHub Desktop.
use Mojolicious::Routes;
my $r = Mojolicious::Routes->new('/(:user)');
print join(',',@{$r->pattern->symbols});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment