wok annotate perl-cgi/description.txt @ rev 25410

updated wimlib (1.13.1 -> 1.13.5)
author Hans-G?nter Theisgen
date Thu Aug 04 06:40:24 2022 +0100 (2022-08-04)
parents
children
rev   line source
Hans-G?nter@24183 1 CGI.pm is a stable, complete and mature solution for processing and preparing
Hans-G?nter@24183 2 HTTP requests and responses.
Hans-G?nter@24183 3 Major features including processing form submissions, file uploads, reading and
Hans-G?nter@24183 4 writing cookies, query string generation and manipulation, and processing and
Hans-G?nter@24183 5 preparing HTTP headers.
Hans-G?nter@24183 6
Hans-G?nter@24183 7 CGI.pm performs very well in a vanilla CGI.pm environment and also comes with
Hans-G?nter@24183 8 built-in support for mod_perl and mod_perl2 as well as FastCGI.
Hans-G?nter@24183 9
Hans-G?nter@24183 10 It has the benefit of having developed and refined over 20 years with input
Hans-G?nter@24183 11 from dozens of contributors and being deployed on thousands of websites.
Hans-G?nter@24183 12 CGI.pm was included in the perl distribution from perl v5.4 to v5.20, however
Hans-G?nter@24183 13 it has now been removed from the perl core...