Skip to content

Instantly share code, notes, and snippets.

@zby
Created May 18, 2010 21:33
Show Gist options
  • Save zby/405602 to your computer and use it in GitHub Desktop.
Save zby/405602 to your computer and use it in GitHub Desktop.
sub psgi_callback {
my $self = shift;
sub {
my $req = Plack::Request->new( shift );
$self->handle( $req );
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment