The first program you write with any of the programming language is the one that prints "Hello World". Let's follow the tradition for PSGI as well. Note: today's code is written in a raw PSGI interface to understand what's going on, but in r... 続きを読む
PerlではPSGIという仕様があり、その実装としてPlackというものがあるみたいだ。 PSGI/PlackはRubyでいうところのrackのようなもので、サーバとフレームワークの中間を取り持ってくれるものらしい。 少なくともこれからPerl始める人間としては、こっちに乗って... 続きを読む