Skip to content

gotlougit/perl-cgi-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perl CGI Runner

This is a small Perl script which lets you run Perl CGI scripts easily without having any HTTP servers specifically in your code.

It is intended specifically for development purposes in order for developers to run the program without setting up Apache.

To use, simply run

perl cgi_runner.pl /path/to/your/perl/cgi/script

This opens a local web server on localhost:8080. You can use a web browser to request this page.

Note: all the dependencies are managed using Nix. You should use Nix and direnv to use this project, since it will install all the dependencies and take care of everything for you.

About

Run Perl CGI scripts with one command for development purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published