Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 8952bf99e053a3f2fd32087e96266c63 > files > 103

perl-Plack-1.4.700-1.1.mga6.noarch.rpm

use Data::Dumper;
my $handler = sub {
    my $env = shift;
    return [ 200, [ "Content-Type" => "text/plain" ], [ Dumper $env ] ];
};