-
-
15 Aug 2018 23:59:35 UTC
- Distribution: App-CGIThis
- Module version: 0.004
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (482 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (13.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
App::CGIThis - Export the current directory like a cgi-bin
VERSION
version 0.004
SYNOPSIS
# Do not use directly. See the cgi_this command!
DESCRIPTION
This is a fork of App::HTTPThis and App::HTTPSThis to turn a directory of CGI scripts into a webserver that behaves like a
cgi-bin
folder.This class implements all logic for the cgi_this command.
Actually, this is just a thin wrapper around Plack::App::CGIBin, that is where the magic really is.
METHODS
new
Creates a new App::CGIThis object, parsing the command line arguments into object attribute values.
run
Start the HTTP server.
SEE ALSO
AUTHOR
simbabque <simbabque@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by simbabque.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install App::CGIThis, copy and paste the appropriate command in to your terminal.
cpanm App::CGIThis
perl -MCPAN -e shell install App::CGIThis
For more information on module installation, please visit the detailed CPAN module installation guide.