mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
571 B
Plaintext
14 lines
571 B
Plaintext
The cgi-lib.pl library makes CGI scripting in Perl easy enough for
|
|
anyone to process forms and create dynamic Web content. The library has
|
|
the following features:
|
|
|
|
* Extremely simple to learn and easy to use
|
|
* Designed for operation under Perl5 and Perl4
|
|
* Very efficient
|
|
* Compatibility with all CGI interactions, including File Upload
|
|
* Convenient utility functions
|
|
* Compatible with Perl5 security features such as taint, warnings,
|
|
(command line options -Tw) and use strict;
|
|
* Debugging facilities
|
|
* Good starting point for migration to more sophisticated libraries
|