wok view 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 (23 months ago)
parents
children
line source
1 CGI.pm is a stable, complete and mature solution for processing and preparing
2 HTTP requests and responses.
3 Major features including processing form submissions, file uploads, reading and
4 writing cookies, query string generation and manipulation, and processing and
5 preparing HTTP headers.
7 CGI.pm performs very well in a vanilla CGI.pm environment and also comes with
8 built-in support for mod_perl and mod_perl2 as well as FastCGI.
10 It has the benefit of having developed and refined over 20 years with input
11 from dozens of contributors and being deployed on thousands of websites.
12 CGI.pm was included in the perl distribution from perl v5.4 to v5.20, however
13 it has now been removed from the perl core...