Description
Perl applications can embed a lightweight HTTP server for tests, local tools, callbacks, dashboards, or small services. It gives developers a simple way to respond to web requests from Perl code.
It is a server library, not a hardened web platform. Applications should restrict bind addresses, validate requests, and avoid exposing development servers publicly.