summaryrefslogtreecommitdiff
path: root/www/p5-CGI/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-CGI/DESCR')
-rw-r--r--www/p5-CGI/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/p5-CGI/DESCR b/www/p5-CGI/DESCR
new file mode 100644
index 00000000000..5b6cd01e2c1
--- /dev/null
+++ b/www/p5-CGI/DESCR
@@ -0,0 +1,14 @@
+This perl library uses perl5 objects to make it easy to create Web
+fill-out forms and parse their contents. This package defines CGI
+objects, entities that contain the values of the current query string
+and other state variables. Using a CGI object's methods, you can
+examine keywords and parameters passed to your script, and create
+forms whose initial values are taken from the current query (thereby
+preserving state information). The module provides shortcut functions
+that produce boilerplate HTML, reducing typing and coding errors. It
+also provides functionality for some of the more advanced features of
+CGI scripting, including support for file uploads, cookies, cascading
+style sheets, server push, and frames.
+
+CGI.pm also provides a simple function-oriented programming style for
+those who don't need its object-oriented features.