NAME
App::CGIThis - Export the current directory like a cgi-bin
VERSION
version 0.005
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.