Hello World! but anyone else? Throughout the advent calendar we most of the time use the simplest web application using the "Hello World" example, like my $app = sub { return [ 200, [], [ "Hello World" ] ]; }; what about more complex examples, like you have multiple applications, each of which inherit from one of the web application frameworks, and use one of apache magic like mod_alias etc. Plack