[cgiapp] request for general PSGI docs
Mark Stosberg
mark at summersault.com
Sat Feb 13 22:30:56 EST 2010
> but I was thinking of docs associated with PSGI directly, not via
> CGI::App. /Those/ are the docs I wish I had access to.
Ron,
It sounds like what you are looking for is in the Plack docs.
It has a section of PSGI files:
http://search.cpan.org/~miyagawa/Plack-0.99_05/lib/Plack.pm#.psgi_files
And lots of example PSGI files:
http://cpansearch.perl.org/src/MIYAGAWA/Plack-0.99_05/eg/dot-psgi/
And if you look at the documentation for a handler, like the CGI handler,
you'll see three straightforward possibilities for loading running
PSGI-compatibile application or .psgi file:
http://search.cpan.org/~miyagawa/Plack-0.99_05/lib/Plack/Handler/CGI.pm
If the Plack documents aren't clear, I recommend leaving some feedback on #plack
on irc.perl.org.
Mark
--
http://mark.stosberg.com/
More information about the cgiapp
mailing list