in reply to Webserver Oneliner

Two years late, but I'll have that shiny star!

http_this

Written 3 months earlier than the question, it's just a wrapper around the Plack::App::Directory which was suggested earlier, but it's simpler, like the python command in a book on D3 that sent me looking for the perl equivalent of python -m SimpleHTTPServer

perl -e 'print qq(Just another Perl Hacker\n)' # where's the irony switch?