Continuity is a Perl library that allows web applications to be written using continuations, avoiding the need to restart the application on each request. This allows storing stateful information between requests. The library handles mapping incoming HTTP requests to continuations. The presentation describes how continuations work, examples of their use, and ideas for future development of Continuity.