dermesser / fastcgi-wrappers

This repository contains two FastCGI wrappers written in Perl. The first may execute any executable file in the same way CGI does, the second one does inline-eval of Perl scripts to avoid any forking.
18 stars 4 forks source link

Adaptation to Perl 6 #1

Open kpietru opened 8 years ago

kpietru commented 8 years ago

Wrapper does not work with Perl 6.

dermesser commented 8 years ago

That's WAI, since Perl 6 is a different language.