This is a collection of URI dispatching example code using Plack::Request/Response and various dispatcher modules on CPAN. Most examples would do: GET / => "Hello World" in text/plain GET /blog/{year}/{month} => Get the list of blog posts in year/month POST /comment => Post a comment with parameters id, name and body Nice to have: /blog/{year}/{month} should be limited to 4-digit year and 2-digit