Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbrowder/cgi
methods for the CGI environment
https://github.com/tbrowder/cgi
Last synced: about 1 month ago
JSON representation
methods for the CGI environment
- Host: GitHub
- URL: https://github.com/tbrowder/cgi
- Owner: tbrowder
- License: artistic-2.0
- Created: 2016-11-22T11:51:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T00:15:38.000Z (over 5 years ago)
- Last Synced: 2024-12-09T19:50:08.692Z (about 2 months ago)
- Language: Perl 6
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CGI [![Build Status](https://travis-ci.org/tbrowder/CGI-Perl6.svg?branch=master)](https://travis-ci.org/tbrowder/CGI-Perl6)
# Provides class methods for the CGI environment
Based on Perl 5's CGI module.
The current set of methods are merely easy short cuts
for obtaining CGI environment variables to satisfy
my current needs. I am happy
to add useful methods for users who submit an issue.## Methods
See the methods and descriptions in file [lib/CGI.pm6](./lib/CGI.pm6).
## Tests
The tests use two of the author's Apache servers to provide CGI
responses and hence the standard environment variables. As long as
they are operative, they should permit good, active testing.If they provide no response, or fail to work as expected, please
contact the author by email at and put the
word '[CGI]' in the subject line.The 'cgi-server' directory has instructions for setting up one's own
CGI test server.## LICENSE
This module is released under the same terms as Perl 6.