CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers. Some HTML generation utilities are included as well. CGI.pm performs very well in in a vanilla CGI.pm environment and also comes with built-in support for mod_perl and mod_perl2 as well as FastCGI.
Find a file
Petr Písař 24338b133e Revert "Test demodularization"
This reverts commit bdaa48c654 because
it was only a test of a infrastructure.
2021-10-04 11:12:21 +02:00
perl-CGI.yaml Revert "Test demodularization" 2021-10-04 11:12:21 +02:00
README.md Added the README 2021-02-19 20:14:27 +00:00

perl-CGI

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and processing and preparing HTTP headers. Some HTML generation utilities are included as well. CGI.pm performs very well in in a vanilla CGI.pm environment and also comes with built-in support for mod_perl and mod_perl2 as well as FastCGI.