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ř fa97e6b891 Revert "Revert "Disable contexts for perl:5.34""
This reverts commit b0d03bce07.

Actually another 8-contex module with 2 dependency levels built fine.
This one has 8 contexts, but 3-level dependencies and MBS returns 500.
Decreasing contexts could help.
2023-02-21 17:33:43 +01:00
perl-CGI.yaml Revert "Revert "Disable contexts for perl:5.34"" 2023-02-21 17:33:43 +01: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.