Description
Perl applications can start a simple HTTP server from code. This is useful for tests, local tools, demos, callbacks, or lightweight services that need to answer HTTP requests.
It is a server library, not a hardened production web server. Applications should control bind addresses, authentication, input validation, and exposure to the network.