Advertisement
oylenshpeegul

hello psgi

Jul 10th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.10 KB | None | 0 0
  1. my $app = sub {
  2.     return [ 200, [ 'Content-Type' => 'text/plain' ], [ "Hello, World!\n" ] ];
  3. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement