wok diff perl-cgi/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-cgi/description.txt	Sat May 21 21:38:29 2022 +0000
     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...