
Net::httpserver provides a light http server. it can serve files, or can be configured to call perl functions when a url is accessed.
net::httpserver basically turns a cgi script into a stand alone server. useful for temporary services, mobile/local servers, or embedding an http server into another program.