Skip to content

Instantly share code, notes, and snippets.

@wesQ3
wesQ3 / WrapCGI.pm
Last active May 6, 2024 21:28 — forked from frioux/WrapCGI.pm
replacement Plack::App::WrapCGI (perl only)
# from Plack 1.0051 2024-01-05
package Plack::App::WrapCGI;
use strict;
use warnings;
use parent qw(Plack::Component);
use Plack::Util::Accessor qw(script execute _app);
use File::Spec;
use CGI::Emulate::PSGI;
use CGI::Compile;
use Carp;
@wesQ3
wesQ3 / gist:9898981
Last active January 17, 2019 22:04
Future cheatsheet
State boolean CB CB Returning Future CB Returning Future & taking Future