Contents
Introducing Dancer
A complete Dancer app
Web server is built in!
An example API server
A web framework
A bit more framework
The wrapper script
The app module
Configuring template engine
A templated route
The template
The 'layout'
A second opinion
Example page
Write an 'alert' helper
Write a 'flash' helper
Write a 'not_found' helper
Write a 'title' helper
Write validation helpers
Model helpers
My actual app classes
The End