wok-6.x diff perl-cgi/description.txt @ rev 24335
updated autofs (5.1.6 -> 5.1.8)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 28 16:53:40 2022 +0100 (2022-01-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-cgi/description.txt Fri Jan 28 16:53:40 2022 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +CGI.pm is a stable, complete and mature solution for processing and preparing 1.5 +HTTP requests and responses. 1.6 +Major features including processing form submissions, file uploads, reading and 1.7 +writing cookies, query string generation and manipulation, and processing and 1.8 +preparing HTTP headers. 1.9 + 1.10 +CGI.pm performs very well in a vanilla CGI.pm environment and also comes with 1.11 +built-in support for mod_perl and mod_perl2 as well as FastCGI. 1.12 + 1.13 +It has the benefit of having developed and refined over 20 years with input 1.14 +from dozens of contributors and being deployed on thousands of websites. 1.15 +CGI.pm was included in the perl distribution from perl v5.4 to v5.20, however 1.16 +it has now been removed from the perl core...