# myapp.pl use Dancer; get '/' => sub { return 'Hello World!'; }; start;