#!/usr/bin/env perl use warnings; use 5.012; use HTTP::Server::Simple; my $server = HTTP::Server::Simple->new(); $server->run();