Skip to content

Instantly share code, notes, and snippets.

@yappo
Created February 20, 2009 02:29
Show Gist options
  • Save yappo/67264 to your computer and use it in GitHub Desktop.
Save yappo/67264 to your computer and use it in GitHub Desktop.
HTTP::Engine->new(
interface => {
module => 'ServerSimple',
args => {
host => 'localhost',
port => '1919',
net_server => 'Net::Server::PreForkSimple',
},
request_handler => sub {}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment