wok-6.x annotate 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 |
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... |