Description
Perl web applications can parse Common Gateway Interface requests and build CGI responses. This supports older or simple web deployments where scripts receive form data, query parameters, cookies, and upload information through CGI.
It is a web development library, not a web server. CGI applications process user input, so validation, escaping, authentication, and deployment configuration remain important.