use Dancer; get '/' => sub { return 'Hello World!'; }; dance; #### print "Content-type: text/html\n\n"; print "hello";