Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > fcb80c15e04080e741925f09ed115f0f > files > 14

perl-Plack-1.4.700-2.mga7.noarch.rpm

use CGI::Emulate::PSGI;
my $handler = CGI::Emulate::PSGI->handler(sub {
    do "hello.cgi";
    CGI::initialize_globals() if defined &CGI::initialize_globals;
});