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

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
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...