cgiapp-starter
template based module starter for CGI apps
Install
- All systems
-
curl cmd.cat/cgiapp-starter.sh
- Debian
-
apt-get install libmodule-starter-plugin-cgiapp-perl
- Ubuntu
-
apt-get install libmodule-starter-plugin-cgiapp-perl
- Kali Linux
-
apt-get install libmodule-starter-plugin-cgiapp-perl
- Fedora
-
dnf install perl-Module-Starter-Plugin-CGIApp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmodule-starter-plugin-cgiapp-perl
- Raspbian
-
apt-get install libmodule-starter-plugin-cgiapp-perl
- Dockerfile
- dockerfile.run/cgiapp-starter
libmodule-starter-plugin-cgiapp-perl
template based module starter for CGI apps
This is a plugin for Module::Starter that builds you a skeleton CGI::Application module with all the extra files needed to package it for CPAN. You can customize the output using HTML::Template.